aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13603][SQL] support SQL generation for subqueryDavies Liu2016-03-041-2/+0
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-032-3/+56
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0316-23/+3
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0313-11/+29
* [HOT-FIX] Recover some deprecations for 2.10 compatibility.Dongjoon Hyun2016-03-032-4/+4
* [SPARK-13466] [SQL] Remove projects that become redundant after column prunin...Liang-Chi Hsieh2016-03-033-7/+31
* [SPARK-13635] [SQL] Enable LimitPushdown optimizer rule because we have whole...Liang-Chi Hsieh2016-03-021-1/+1
* [SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun2016-03-022-4/+4
* [SPARK-13617][SQL] remove unnecessary GroupingAnalytics traitWenchen Fan2016-03-022-28/+17
* [SPARK-13609] [SQL] Support Column Pruning for MapPartitionsgatorsmile2016-03-022-1/+18
* [SPARK-13515] Make FormatNumber work irrespective of locale.lgieron2016-03-021-7/+13
* [SPARK-13582] [SQL] defer dictionary decoding in parquet readerDavies Liu2016-03-012-0/+14
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-291-6/+3
* [SPARK-13544][SQL] Rewrite/Propagate Constraints for Aliases in Aggregategatorsmile2016-02-293-23/+38
* [SPARK-13540][SQL] Supports using nested classes within Scala objects as Data...Cheng Lian2016-03-011-1/+9
* [SPARK-12313] [SQL] improve performance of BroadcastNestedLoopJoinDavies Liu2016-02-261-0/+1
* [SPARK-13473][SQL] Don't push predicate through project with nondeterministic...Cheng Lian2016-02-252-25/+11
* [SPARK-13376] [SPARK-13476] [SQL] improve column pruningDavies Liu2016-02-254-153/+185
* [SPARK-13092][SQL] Add ExpressionSet for constraint trackingMichael Armbrust2016-02-246-43/+284
* [SPARK-13383][SQL] Fix testYin Huai2016-02-241-2/+1
* Revert "[SPARK-13321][SQL] Support nested UNION in parser"Reynold Xin2016-02-242-84/+0
* Revert "Revert "[SPARK-13383][SQL] Keep broadcast hint after column pruning""Reynold Xin2016-02-242-4/+35
* Revert "[SPARK-13376] [SQL] improve column pruning"Reynold Xin2016-02-243-184/+152
* Revert "[SPARK-13383][SQL] Keep broadcast hint after column pruning"Reynold Xin2016-02-242-35/+4
* [SPARK-13383][SQL] Keep broadcast hint after column pruningLiang-Chi Hsieh2016-02-242-4/+35
* [SPARK-13431] [SQL] [test-maven] split keywords from ExpressionParser.gDavies Liu2016-02-233-196/+245
* [SPARK-13376] [SQL] improve column pruningDavies Liu2016-02-233-152/+184
* [SPARK-13329] [SQL] considering output for statistics of logical planDavies Liu2016-02-237-19/+59
* [SPARK-13440][SQL] ObjectType should accept any ObjectType, If should not car...Michael Armbrust2016-02-235-8/+35
* [SPARK-13263][SQL] SQL Generation Support for Tablesamplegatorsmile2016-02-234-6/+11
* [SPARK-12723][SQL] Comprehensive Verification and Fixing of SQL Generation Su...gatorsmile2016-02-225-29/+26
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-224-5/+5
* [HOTFIX] Fix compilation breakReynold Xin2016-02-211-3/+2
* [SPARK-13321][SQL] Support nested UNION in parserLiang-Chi Hsieh2016-02-212-0/+84
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-211-0/+10
* [SPARK-13080][SQL] Implement new Catalog API using HiveAndrew Or2016-02-216-240/+452
* [SPARK-13136][SQL] Create a dedicated Broadcast exchange operatorHerman van Hovell2016-02-212-1/+64
* [SPARK-13306][SQL] Addendum to uncorrelated scalar subqueryReynold Xin2016-02-213-16/+3
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-2122-65/+65
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-2129-182/+199
* [SPARK-13306] [SQL] uncorrelated scalar subqueryDavies Liu2016-02-209-4/+163
* [SPARK-13310] [SQL] Resolve Missing Sorting Columns in Generategatorsmile2016-02-202-11/+28
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-193-175/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-193-0/+175
* [SPARK-12594] [SQL] Outer Join Elimination by Filter Conditionsgatorsmile2016-02-192-1/+253
* [SPARK-13091][SQL] Rewrite/Propagate constraints for AliasesSameer Agarwal2016-02-192-1/+39
* [SPARK-13384][SQL] Keep attribute qualifiers after dedup in AnalyzerLiang-Chi Hsieh2016-02-192-1/+16
* [SPARK-13380][SQL][DOCUMENT] Document Rand(seed) and Randn(seed) Return Indet...gatorsmile2016-02-181-1/+1
* [SPARK-13351][SQL] fix column pruning on ExpandDavies Liu2016-02-182-2/+41
* [SPARK-12976][SQL] Add LazilyGenerateOrdering and use it for RangePartitioner...Takuya UESHIN2016-02-161-0/+37