aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfil...Lianhui Wang2016-06-032-0/+18
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-033-9/+14
* [SPARK-15722][SQL] Disallow specifying schema in CTAS statementAndrew Or2016-06-031-0/+7
* [SPARK-15140][SQL] make the semantics of null input object for encoder clearWenchen Fan2016-06-031-0/+10
* [SPARK-15677][SQL] Query with scalar sub-query in the SELECT list throws Unsu...Ioana Delaney2016-06-031-0/+27
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-039-61/+49
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-037-24/+24
* [SPARK-14959][SQL] handle partitioned table directories in distributed filesy...Xin Wu2016-06-023-33/+14
* [SPARK-15724] Add benchmarks for performance over wide schemasEric Liang2016-06-021-0/+376
* [SPARK-15732][SQL] better error message when use java reserved keyword as fie...Wenchen Fan2016-06-021-0/+10
* [SPARK-15718][SQL] better error message for writing bucketed dataWenchen Fan2016-06-022-7/+7
* [SPARK-15734][SQL] Avoids printing internal row in explain outputSean Zhong2016-06-022-0/+10
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-024-31/+46
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-025-175/+142
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-025-32/+88
* [SPARK-15728][SQL] Rename aggregate operators: HashAggregate and SortAggregateReynold Xin2016-06-029-35/+37
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-024-14/+14
* [SPARK-15709][SQL] Prevent `freqItems` from raising `UnsupportedOperationExce...Dongjoon Hyun2016-06-022-2/+13
* [SPARK-13484][SQL] Prevent illegal NULL propagation when filtering outer-join...Takeshi YAMAMURO2016-06-011-0/+21
* [SPARK-15620][SQL] Fix transformed dataset attributes revolve failurejerryshao2016-06-011-0/+10
* [SPARK-15646][SQL] When spark.sql.hive.convertCTAS is true, the conversion ru...Yin Huai2016-06-013-3/+46
* [SPARK-15692][SQL] Improves the explain output of several physical plans by d...Sean Zhong2016-06-016-4/+22
* [SPARK-15441][SQL] support null object in Dataset outer-joinWenchen Fan2016-06-012-33/+57
* [SPARK-15269][SQL] Removes unexpected empty table directories created while c...Cheng Lian2016-06-013-6/+5
* [SPARK-15596][SPARK-15635][SQL] ALTER TABLE RENAME fixesAndrew Or2016-06-012-2/+51
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-0135-68/+109
* [SPARK-15495][SQL] Improve the explain output for Aggregation operatorSean Zhong2016-06-012-3/+3
* [SPARK-14343][SQL] Proper column pruning for text data sourceCheng Lian2016-06-012-13/+35
* [HOTFIX] DDLSuite was broken by 93e9714Andrew Or2016-05-311-4/+4
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-312-22/+21
* [MINOR][SQL][DOCS] Fix docs of Dataset.scala and SQLImplicits.scala.Dongjoon Hyun2016-05-312-19/+19
* [SPARK-12988][SQL] Can't drop top level columns that contain dotsSean Zhong2016-05-312-5/+34
* [SPARK-15662][SQL] Add since annotation for classes in sql.catalogReynold Xin2016-05-314-7/+60
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-3116-88/+434
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-311-2/+2
* [SPARK-15327] [SQL] fix split expression in whole stage codegenDavies Liu2016-05-313-0/+27
* Revert "[SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option...Shixiong Zhu2016-05-313-62/+27
* [SPARK-15658][SQL] UDT serializer should declare its data type as udt instead...Wenchen Fan2016-05-311-0/+4
* [SPARK-15647][SQL] Fix Boundary Cases in OptimizeCodegen Rulegatorsmile2016-05-311-0/+29
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-308-77/+54
* [SPARK-15112][SQL] Disables EmbedSerializerInFilter for plan fragments that c...Cheng Lian2016-05-291-1/+15
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-292-0/+4
* [SPARK-15549][SQL] Disable bucketing when the output doesn't contain all buck...Yadong Qi2016-05-281-7/+6
* [SPARK-15553][SQL] Dataset.createTempView should use CreateViewCommandLiang-Chi Hsieh2016-05-276-31/+34
* [SPARK-15633][MINOR] Make package name for Java tests consistentReynold Xin2016-05-273-3/+3
* [SPARK-15594][SQL] ALTER TABLE SERDEPROPERTIES does not respect partition specAndrew Or2016-05-272-6/+84
* [SPARK-9876][SQL] Update Parquet to 1.8.1.Ryan Blue2016-05-275-86/+65
* [SPARK-14400][SQL] ScriptTransformation does not fail the job for bad user co...Tejas Patil2016-05-271-1/+6
* [MINOR][DOCS] Typo fixes in Dataset scaladocXinh Huynh2016-05-271-2/+2
* [SPARK-15597][SQL] Add SparkSession.emptyDatasetReynold Xin2016-05-272-0/+18