aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10999] [SQL] Coalesce should be able to handle UnsafeRowCheng Lian2015-10-081-6/+3
* [SPARK-7869][SQL] Adding Postgres JSON and JSONb data types support0x0FFF2015-10-072-0/+11
* [SPARK-10917] [SQL] improve performance of complex type in columnar cacheDavies Liu2015-10-0712-266/+352
* [SPARK-9702] [SQL] Use Exchange to implement logical Repartition operatorJosh Rosen2015-10-074-13/+43
* [SPARK-10980] [SQL] fix bug in create DecimalDavies Liu2015-10-072-1/+2
* [SPARK-10982] [SQL] Rename ExpressionAggregate -> DeclarativeAggregate.Reynold Xin2015-10-075-28/+28
* [SPARK-10679] [CORE] javax.jdo.JDOFatalUserException in executornavis.ryu2015-10-072-5/+30
* [SPARK-10856][SQL] Mapping TimestampType to DATETIME for SQL Server jdbc dialectLiang-Chi Hsieh2015-10-071-0/+5
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-076-10/+20
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-0712-303/+356
* [SPARK-10966] [SQL] Codegen framework cleanupMichael Armbrust2015-10-0731-291/+306
* [SPARK-10938] [SQL] remove typeId in columnar cacheDavies Liu2015-10-0612-150/+60
* [SPARK-10585] [SQL] [FOLLOW-UP] remove no-longer-necessary code for unsafe ge...Wenchen Fan2015-10-053-808/+0
* [SPARK-10934] [SQL] handle hashCode of unsafe array correctlyWenchen Fan2015-10-052-1/+12
* [SPARK-10585] [SQL] only copy data once when generate unsafe projectionWenchen Fan2015-10-0512-84/+950
* [SPARK-7275] [SQL] Make LogicalRelation publicgweidner2015-10-031-1/+1
* [SPARK-9867] [SQL] Move utilities for binary data into ByteArrayTakeshi YAMAMURO2015-10-011-35/+4
* [SPARK-10400] [SQL] Renames SQLConf.PARQUET_FOLLOW_PARQUET_FORMAT_SPECCheng Lian2015-10-016-148/+231
* [SPARK-10671] [SQL] Throws an analysis exception if we cannot find Hive UDFsWenchen Fan2015-10-012-23/+104
* [SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns...Cheng Hao2015-10-013-11/+31
* [SPARK-9617] [SQL] Implement json_tupleNathan Howell2015-09-304-4/+316
* [SPARK-10770] [SQL] SparkPlan.executeCollect/executeTake should return Intern...Reynold Xin2015-09-309-39/+39
* [SPARK-9741] [SQL] Approximate Count Distinct using the new UDAF interface.Herman van Hovell2015-09-303-0/+554
* [SPARK-10811] [SQL] Eliminates unnecessary byte array copyingCheng Lian2015-09-293-10/+28
* [SPARK-10859] [SQL] fix stats of StringType in columnar cacheDavies Liu2015-09-282-2/+9
* [SPARK-10395] [SQL] Simplifies CatalystReadSupportCheng Lian2015-09-281-47/+45
* [SPARK-10720] [SQL] [JAVA] Add a java wrapper to create a dataframe from a lo...Holden Karau2015-09-272-17/+56
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-2715-86/+103
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-263-1/+32
* [SPARK-9852] Let reduce tasks fetch multiple map output partitionsMatei Zaharia2015-09-241-0/+6
* [SPARK-10705] [SQL] Avoid using external rows in DataFrame.toJSONLiang-Chi Hsieh2015-09-243-85/+3
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-246-86/+129
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array (r...Andrew Or2015-09-232-13/+4
* [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Pyth...Reynold Xin2015-09-232-10/+20
* [SPARK-10403] Allow UnsafeRowSerializer to work with tungsten-sort ShuffleMan...Josh Rosen2015-09-232-18/+27
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-225-22/+152
* [SPARK-10714] [SPARK-8632] [SPARK-10685] [SQL] Refactor Python UDF handlingReynold Xin2015-09-221-34/+46
* [SPARK-10737] [SQL] When using UnsafeRows, SortMergeJoin may return wrong res...Yin Huai2015-09-224-5/+59
* [SPARK-10672] [SQL] Do not fail when we cannot save the metadata of a data so...Yin Huai2015-09-221-51/+50
* [SPARK-10740] [SQL] handle nondeterministic expressions correctly for set ope...Wenchen Fan2015-09-223-20/+93
* [SPARK-10593] [SQL] fix resolve output of GenerateDavies Liu2015-09-224-2/+31
* [SQL] [MINOR] map -> foreach.Reynold Xin2015-09-221-3/+2
* [SPARK-8567] [SQL] Increase the timeout of o.a.s.sql.hive.HiveSparkSubmitSuit...Yin Huai2015-09-221-1/+1
* [SPARK-10446][SQL] Support to specify join type when calling join with usingC...Liang-Chi Hsieh2015-09-212-1/+34
* [SPARK-10419] [SQL] Adding SQLServer support for datetimeoffset types to Jdbc...Ewan Leith2015-09-212-0/+19
* [SPARK-10495] [SQL] Read date values in JSON data stored by Spark 1.5.0.Yin Huai2015-09-213-2/+152
* [SPARK-10630] [SQL] Add a createDataFrame API that takes in a java listHolden Karau2015-09-212-0/+24
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-197-62/+19
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-199-19/+19
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer arrayAndrew Or2015-09-182-3/+54