aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15677][SQL] Query with scalar sub-query in the SELECT list throws Unsu...Ioana Delaney2016-06-031-1/+6
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-0311-330/+274
* [SPARK-15733][SQL] Makes the explain output less verbose by hiding some verbo...Sean Zhong2016-06-021-5/+13
* [SPARK-15732][SQL] better error message when use java reserved keyword as fie...Wenchen Fan2016-06-021-0/+11
* [SPARK-15715][SQL] Fix alter partition with storage information in HiveAndrew Or2016-06-021-0/+10
* [SPARK-15734][SQL] Avoids printing internal row in explain outputSean Zhong2016-06-021-1/+7
* [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-13484][SQL] Prevent illegal NULL propagation when filtering outer-join...Takeshi YAMAMURO2016-06-012-2/+37
* [SPARK-15620][SQL] Fix transformed dataset attributes revolve failurejerryshao2016-06-011-0/+4
* [SPARK-15692][SQL] Improves the explain output of several physical plans by d...Sean Zhong2016-06-012-4/+8
* [SPARK-15441][SQL] support null object in Dataset outer-joinWenchen Fan2016-06-012-2/+2
* [SPARK-15269][SQL] Removes unexpected empty table directories created while c...Cheng Lian2016-06-012-3/+4
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-015-4/+9
* [SPARK-15495][SQL] Improve the explain output for Aggregation operatorSean Zhong2016-06-011-1/+1
* [SPARK-15659][SQL] Ensure FileSystem is gotten from pathjerryshao2016-06-011-5/+13
* [MINOR] Slightly better error message when attempting to query hive tables w/...Eric Liang2016-05-311-2/+2
* [SPARK-15680][SQL] Disable comments in generated code in order to avoid perf....Josh Rosen2016-05-311-7/+16
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-315-51/+176
* [SPARK-15557] [SQL] cast the string into DoubleType when it's used together w...Dilip Biswal2016-05-312-7/+1
* [SPARK-15327] [SQL] fix split expression in whole stage codegenDavies Liu2016-05-311-0/+4
* [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-312-3/+3
* [SPARK-15647][SQL] Fix Boundary Cases in OptimizeCodegen Rulegatorsmile2016-05-311-2/+6
* [SPARK-15528][SQL] Fix race condition in NumberConverterTakeshi YAMAMURO2016-05-311-21/+17
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-301-1/+1
* [SPARK-15112][SQL] Disables EmbedSerializerInFilter for plan fragments that c...Cheng Lian2016-05-291-1/+20
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-292-2/+3
* [SPARK-15636][SQL] Make aggregate expressions more concise in explainReynold Xin2016-05-282-2/+15
* [SPARK-15553][SQL] Dataset.createTempView should use CreateViewCommandLiang-Chi Hsieh2016-05-271-0/+5
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-2617-19/+19
* [SPARK-13445][SQL] Improves error message and add test coverage for Window fu...Sean Zhong2016-05-261-1/+3
* [SPARK-15534][SPARK-15535][SQL] Truncate table fixesAndrew Or2016-05-251-2/+1
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-251-1/+1
* [SPARK-15436][SQL] Remove DescribeFunction and ShowFunctionsReynold Xin2016-05-255-110/+41
* [SPARK-15498][TESTS] fix slow testsWenchen Fan2016-05-244-66/+125
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-242-1/+2
* [SPARK-13135] [SQL] Don't print expressions recursively in generated codeDongjoon Hyun2016-05-248-9/+78
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-232-13/+22
* Revert "[SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grow...Andrew Or2016-05-231-26/+6
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-05-231-6/+26
* [SPARK-15311][SQL] Disallow DML on Regular Tables when Using In-Memory Cataloggatorsmile2016-05-232-1/+17
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-2/+3
* [MINOR][SQL][DOCS] Add notes of the deterministic assumption on UDF functionsDongjoon Hyun2016-05-231-0/+1
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-231-2/+2
* [SPARK-15471][SQL] ScalaReflection cleanupWenchen Fan2016-05-232-88/+21
* [SPARK-15379][SQL] check special invalid datewangyang2016-05-222-4/+42
* [SPARK-15468][SQL] fix some typosBo Meng2016-05-224-5/+5
* [SPARK-15428][SQL] Disable multiple streaming aggregationsTathagata Das2016-05-222-16/+41
* [SPARK-15459][SQL] Make Range logical and physical explain consistentReynold Xin2016-05-222-12/+22