aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-1/+1
* [SPARK-13722][SQL] No Push Down for Non-deterministics Predicates through Gen...gatorsmile2016-03-072-1/+19
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-073-3/+159
* [SPARK-13694][SQL] QueryPlan.expressions should always include all expressionsWenchen Fan2016-03-073-6/+2
* [SPARK-13651] Generator outputs are not resolved correctly resulting in run t...Dilip Biswal2016-03-071-2/+3
* [SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalogAndrew Or2016-03-075-14/+21
* [SPARK-12720][SQL] SQL Generation Support for Cube, Rollup, and Grouping Setsgatorsmile2016-03-051-0/+1
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-048-10/+14
* [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