aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit is...Davies Liu2016-03-091-23/+1
* [SPARK-13242] [SQL] codegen fallback in case-when if there many branchesDavies Liu2016-03-093-4/+37
* [SPARK-13698][SQL] Fix Analysis Exceptions when Using Backticks in GenerateDilip Biswal2016-03-091-2/+8
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-091-1/+1
* [SPARK-13640][SQL] Synchronize ScalaReflection.mirror method.Takuya UESHIN2016-03-092-2/+46
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-081-1/+1
* [SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull ...Sameer Agarwal2016-03-081-1/+23
* [SPARK-13400] Stop using deprecated Octal escape literalsDongjoon Hyun2016-03-081-1/+1
* [SPARK-12727][SQL] support SQL generation for aggregate with multi-distinctWenchen Fan2016-03-083-9/+5
* [SPARK-13657] [SQL] Support parsing very long AND/OR expressionsDavies Liu2016-03-082-2/+51
* [SPARK-13637][SQL] use more information to simplify the code in Expand builderWenchen Fan2016-03-082-29/+23
* [SPARK-13404] [SQL] Create variables for input row when it's actually usedDavies Liu2016-03-072-3/+6
* [SPARK-13689][SQL] Move helper things in CatalystQl to new utils objectAndrew Or2016-03-072-141/+171
* [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