aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15370][SQL] Fix count bugHerman van Hövell tot Westerflier2016-06-122-22/+206
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-121-14/+3
* [SPARK-15370][SQL] Revert PR "Update RewriteCorrelatedSuquery rule"Herman van Hovell2016-06-122-199/+6
* [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeExcep...Ioana Delaney2016-06-121-17/+38
* [SPARK-15370][SQL] Update RewriteCorrelatedScalarSubquery rule to fix COUNT bugfrreiss2016-06-122-6/+199
* [SPARK-15860] Metrics for codegen size and perfEric Liang2016-06-112-0/+12
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-112-19/+41
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+1
* Revert "[SPARK-15639][SQL] Try to push down filter at RowGroups level for par...Cheng Lian2016-06-101-8/+0
* [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet readerLiang-Chi Hsieh2016-06-101-0/+8
* [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInRNarine Kokhlikyan2016-06-101-0/+3
* [SPARK-15489][SQL] Dataset kryo encoder won't load custom user settingsSela2016-06-101-9/+21
* [SPARK-15825] [SQL] Fix SMJ invalid resultsHerman van Hovell2016-06-101-0/+1
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-102-2/+2
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-101-2/+2
* [SPARK-6320][SQL] Move planLater method into GenericStrategy.Takuya UESHIN2016-06-101-10/+48
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-101-3/+14
* [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggreg...Tathagata Das2016-06-102-25/+53
* [SPARK-15794] Should truncate toString() of very wide plansEric Liang2016-06-093-7/+10
* [SPARK-14321][SQL] Reduce date format cost and string-to-date cost in date fu...Herman van Hovell2016-06-091-24/+24
* [SPARK-15804][SQL] Include metadata in the toStructTypeKevin Yu2016-06-091-1/+1
* [SPARK-15789][SQL] Allow reserved keywords in most placesHerman van Hovell2016-06-076-28/+35
* [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT ...Sean Zhong2016-06-071-0/+3
* [SPARK-15792][SQL] Allows operator to change the verbosity in explain outputSean Zhong2016-06-063-6/+23
* [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schemaSean Zhong2016-06-061-1/+3
* [SPARK-15764][SQL] Replace N^2 loop in BindReferencesJosh Rosen2016-06-064-12/+37
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-0610-14/+14
* [SPARK-15657][SQL] RowEncoder should validate the data type of input objectWenchen Fan2016-06-054-40/+95
* [SPARK-15707][SQL] Make Code Neat - Use map instead of if check.Weiqing Yang2016-06-041-6/+2
* [SPARK-15762][SQL] Cache Metadata & StructType hashCodes; use singleton Metad...Josh Rosen2016-06-042-3/+7
* [SPARK-15140][SQL] make the semantics of null input object for encoder clearWenchen Fan2016-06-034-9/+23
* [SPARK-15547][SQL] nested case class in encoder can have different number of ...Wenchen Fan2016-06-032-1/+12
* [SPARK-15286][SQL] Make the output readable for EXPLAIN CREATE TABLE and DESC...gatorsmile2016-06-031-2/+58
* [SPARK-15742][SQL] Reduce temp collections allocations in TreeNode transform ...Josh Rosen2016-06-032-9/+23
* [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