aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-026-34/+134
* [SPARK-15728][SQL] Rename aggregate operators: HashAggregate and SortAggregateReynold Xin2016-06-029-35/+37
* [SPARK-14752][SQL] Explicitly implement KryoSerialization for LazilyGenerateO...Sameer Agarwal2016-06-022-5/+23
* [SPARK-15076][SQL] Add ReorderAssociativeOperator optimizerDongjoon Hyun2016-06-022-0/+102
* [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-013-2/+58
* [SPARK-15620][SQL] Fix transformed dataset attributes revolve failurejerryshao2016-06-012-0/+14
* [SPARK-15646][SQL] When spark.sql.hive.convertCTAS is true, the conversion ru...Yin Huai2016-06-0110-127/+176
* [SPARK-15692][SQL] Improves the explain output of several physical plans by d...Sean Zhong2016-06-018-8/+30
* [SPARK-15441][SQL] support null object in Dataset outer-joinWenchen Fan2016-06-014-35/+59
* [SPARK-15269][SQL] Removes unexpected empty table directories created while c...Cheng Lian2016-06-0111-36/+105
* [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-0140-72/+118
* [SPARK-15495][SQL] Improve the explain output for Aggregation operatorSean Zhong2016-06-013-4/+4
* [SPARK-14343][SQL] Proper column pruning for text data sourceCheng Lian2016-06-012-13/+35
* [SPARK-15659][SQL] Ensure FileSystem is gotten from pathjerryshao2016-06-011-5/+13
* [HOTFIX] DDLSuite was broken by 93e9714Andrew Or2016-05-311-4/+4
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-313-30/+26
* [MINOR] Slightly better error message when attempting to query hive tables w/...Eric Liang2016-05-311-2/+2
* [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-15680][SQL] Disable comments in generated code in order to avoid perf....Josh Rosen2016-05-311-7/+16
* [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-3121-139/+610
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-314-9/+22
* [SPARK-15327] [SQL] fix split expression in whole stage codegenDavies Liu2016-05-314-0/+31
* Revert "[SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option...Shixiong Zhu2016-05-313-62/+27
* [SPARK-15622][SQL] Wrap the parent classloader of Janino's classloader in the...Yin Huai2016-05-311-3/+13
* [SPARK-15658][SQL] UDT serializer should declare its data type as udt instead...Wenchen Fan2016-05-313-3/+7
* [SPARK-15647][SQL] Fix Boundary Cases in OptimizeCodegen Rulegatorsmile2016-05-312-2/+35
* [SPARK-15649][SQL] Avoid to serialize MetastoreRelation in HiveTableScanExecLianhui Wang2016-05-311-1/+3
* [SPARK-15528][SQL] Fix race condition in NumberConverterTakeshi YAMAMURO2016-05-311-21/+17
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-3010-83/+58
* [SPARK-15112][SQL] Disables EmbedSerializerInFilter for plan fragments that c...Cheng Lian2016-05-292-2/+35
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-294-2/+7
* [SPARK-15636][SQL] Make aggregate expressions more concise in explainReynold Xin2016-05-282-2/+15
* [SPARK-15549][SQL] Disable bucketing when the output doesn't contain all buck...Yadong Qi2016-05-282-7/+17
* [SPARK-15553][SQL] Dataset.createTempView should use CreateViewCommandLiang-Chi Hsieh2016-05-277-31/+39
* [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-15431][SQL][BRANCH-2.0-TEST] rework the clisuite test casesXin Wu2016-05-271-11/+26
* [SPARK-14400][SQL] ScriptTransformation does not fail the job for bad user co...Tejas Patil2016-05-273-34/+81
* [MINOR][DOCS] Typo fixes in Dataset scaladocXinh Huynh2016-05-271-2/+2
* [SPARK-15597][SQL] Add SparkSession.emptyDatasetReynold Xin2016-05-272-0/+18
* [SPARK-15599][SQL][DOCS] API docs for `createDataset` functions in SparkSessionSameer Agarwal2016-05-271-0/+63
* [SPARK-15584][SQL] Abstract duplicate code: `spark.sql.sources.` propertiesDongjoon Hyun2016-05-2715-93/+93
* [SPARK-15565][SQL] Add the File Scheme to the Default Value of WAREHOUSE_PATHgatorsmile2016-05-273-1/+38
* [SPARK-15431][SQL][HOTFIX] ignore 'list' command testcase from CliSuite for nowXin Wu2016-05-271-2/+2