aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13242] [SQL] codegen fallback in case-when if there many branchesDavies Liu2016-03-091-0/+21
* [SPARK-13640][SQL] Synchronize ScalaReflection.mirror method.Takuya UESHIN2016-03-091-0/+41
* [SPARK-13400] Stop using deprecated Octal escape literalsDongjoon Hyun2016-03-081-1/+1
* [SPARK-13657] [SQL] Support parsing very long AND/OR expressionsDavies Liu2016-03-081-0/+11
* [SPARK-13722][SQL] No Push Down for Non-deterministics Predicates through Gen...gatorsmile2016-03-071-0/+18
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-072-3/+110
* [SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalogAndrew Or2016-03-072-6/+6
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-042-2/+3
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-038-12/+1
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-032-6/+6
* [SPARK-13466] [SQL] Remove projects that become redundant after column prunin...Liang-Chi Hsieh2016-03-032-6/+26
* [SPARK-13609] [SQL] Support Column Pruning for MapPartitionsgatorsmile2016-03-021-0/+14
* [SPARK-13544][SQL] Rewrite/Propagate Constraints for Aliases in Aggregategatorsmile2016-02-291-0/+15
* [SPARK-13473][SQL] Don't push predicate through project with nondeterministic...Cheng Lian2016-02-251-24/+3
* [SPARK-13376] [SPARK-13476] [SQL] improve column pruningDavies Liu2016-02-253-83/+127
* [SPARK-13092][SQL] Add ExpressionSet for constraint trackingMichael Armbrust2016-02-241-0/+89
* [SPARK-13383][SQL] Fix testYin Huai2016-02-241-2/+1
* Revert "[SPARK-13321][SQL] Support nested UNION in parser"Reynold Xin2016-02-241-64/+0
* Revert "Revert "[SPARK-13383][SQL] Keep broadcast hint after column pruning""Reynold Xin2016-02-241-4/+31
* Revert "[SPARK-13376] [SQL] improve column pruning"Reynold Xin2016-02-242-126/+82
* Revert "[SPARK-13383][SQL] Keep broadcast hint after column pruning"Reynold Xin2016-02-241-31/+4
* [SPARK-13383][SQL] Keep broadcast hint after column pruningLiang-Chi Hsieh2016-02-241-4/+31
* [SPARK-13376] [SQL] improve column pruningDavies Liu2016-02-232-82/+126
* [SPARK-13329] [SQL] considering output for statistics of logical planDavies Liu2016-02-231-6/+6
* [SPARK-13440][SQL] ObjectType should accept any ObjectType, If should not car...Michael Armbrust2016-02-232-5/+27
* [SPARK-13263][SQL] SQL Generation Support for Tablesamplegatorsmile2016-02-231-2/+2
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-2/+2
* [HOTFIX] Fix compilation breakReynold Xin2016-02-211-3/+2
* [SPARK-13321][SQL] Support nested UNION in parserLiang-Chi Hsieh2016-02-211-0/+64
* [SPARK-13080][SQL] Implement new Catalog API using HiveAndrew Or2016-02-211-91/+193
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-2113-40/+39
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-214-18/+29
* [SPARK-13306] [SQL] uncorrelated scalar subqueryDavies Liu2016-02-202-0/+18
* [SPARK-13310] [SQL] Resolve Missing Sorting Columns in Generategatorsmile2016-02-201-0/+5
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-191-84/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-191-0/+84
* [SPARK-12594] [SQL] Outer Join Elimination by Filter Conditionsgatorsmile2016-02-191-0/+195
* [SPARK-13091][SQL] Rewrite/Propagate constraints for AliasesSameer Agarwal2016-02-191-1/+19
* [SPARK-13384][SQL] Keep attribute qualifiers after dedup in AnalyzerLiang-Chi Hsieh2016-02-191-0/+14
* [SPARK-13351][SQL] fix column pruning on ExpandDavies Liu2016-02-181-2/+31
* [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOINJosh Rosen2016-02-141-0/+145
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-131-1/+2
* [SPARK-12705] [SQL] push missing attributes for SortDavies Liu2016-02-121-1/+1
* [SPARK-13235][SQL] Removed an Extra Distinct from the Plan when Using Union i...gatorsmile2016-02-111-2/+31
* [SPARK-13276] Catch bad characters at the end of a Table Identifier/Expressio...Herman van Hovell2016-02-111-2/+3
* [SPARK-12725][SQL] Resolving Name Conflicts in SQL Generation and Name Ambigu...gatorsmile2016-02-111-2/+9
* [SPARK-12888] [SQL] [FOLLOW-UP] benchmark the new hash expressionWenchen Fan2016-02-091-7/+33
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-081-77/+30
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-051-1/+1
* [SPARK-12939][SQL] migrate encoder resolution logic to AnalyzerWenchen Fan2016-02-052-8/+5