aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add more documentationWIP-SPARK-17647Jakob Odersky2016-10-131-5/+17
* Fix testsJakob Odersky2016-10-071-2/+2
* Add more tests for various combinations of backslashes and SQL pattern charac...Jakob Odersky2016-10-071-0/+14
* Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2016-10-071-0/+2
* [SPARK-17758][SQL] Last returns wrong result in case of empty partitionHerman van Hovell2016-10-052-0/+170
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-041-12/+12
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-044-88/+254
* [SPARK-17702][SQL] Code generation including too many mutable states exceeds ...Takuya UESHIN2016-10-031-1/+20
* [SPARK-17753][SQL] Allow a complex expression as the input a value based case...Herman van Hovell2016-10-031-0/+4
* [SPARK-17739][SQL] Collapse adjacent similar Window operatorsDongjoon Hyun2016-09-301-0/+78
* [SPARK-17653][SQL] Remove unnecessary distincts in multiple unionsLiang-Chi Hsieh2016-09-291-0/+68
* [SPARK-17699] Support for parsing JSON string columnsMichael Armbrust2016-09-291-0/+26
* [SPARK-17712][SQL] Fix invalid pushdown of data-independent filters beneath a...Josh Rosen2016-09-281-0/+17
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-272-27/+191
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-221-0/+94
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-221-14/+16
* [SPARK-17494][SQL] changePrecision() on compact decimal should respect roundi...Davies Liu2016-09-211-0/+15
* [SPARK-17617][SQL] Remainder(%) expression.eval returns incorrect result on d...Sean Zhong2016-09-211-0/+11
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-201-16/+5
* [SPARK-17160] Properly escape field names in code-generated error messagesJosh Rosen2016-09-191-1/+12
* [SPARK-17506][SQL] Improve the check double values equality rule.jiangxingbo2016-09-182-7/+30
* [SPARK-17541][SQL] fix some DDL bugs about table management when same-name te...Wenchen Fan2016-09-181-12/+12
* [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid OOM when converting un...Sean Zhong2016-09-161-2/+292
* [SPARK-17364][SQL] Antlr lexer wrongly treats full qualified identifier as a ...Sean Zhong2016-09-152-1/+27
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-151-1/+9
* [SPARK-17524][TESTS] Use specified spark.buffer.pageSizeAdam Roberts2016-09-151-2/+4
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-141-4/+1
* [SPARK-17142][SQL] Complex query triggers binding error in HashAggregateExecjiangxingbo2016-09-131-1/+15
* [SPARK-17439][SQL] Fixing compression issues with approximate quantiles and a...Timothy Hunter2016-09-111-2/+27
* [MINOR][SQL] Fixing the typo in unit testSrinivasa Reddy Vundela2016-09-071-2/+2
* [SPARK-17427][SQL] function SIZE should return -1 when parameter is nullDaoyuan Wang2016-09-071-2/+2
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-071-6/+6
* [SPARK-17296][SQL] Simplify parser join processing.Herman van Hovell2016-09-071-0/+44
* [SPARK-17279][SQL] better error message for exceptions during ScalaUDF executionWenchen Fan2016-09-061-0/+48
* [SPARK-17394][SQL] should not allow specify database in table/view name after...Wenchen Fan2016-09-051-19/+8
* [SPARK-17308] Improved the spark core code by replacing all pattern match on ...Shivansh2016-09-041-5/+4
* [SPARK-17335][SQL] Fix ArrayType and MapType CatalogString.Herman van Hovell2016-09-031-0/+30
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-035-21/+57
* [SPARK-16935][SQL] Verification of Function-related ExternalCatalog APIsgatorsmile2016-09-021-10/+11
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-011-6/+7
* [SPARK-16283][SQL] Implements percentile_approx aggregation function which su...Sean Zhong2016-09-011-0/+339
* [SPARK-15985][SQL] Eliminate redundant cast from an array without null or a m...Kazuaki Ishizaki2016-08-311-0/+67
* [SPARK-17234][SQL] Table Existence Checking when Index Table with the Same Na...gatorsmile2016-08-301-0/+10
* [SPARK-17244] Catalyst should not pushdown non-deterministic join conditionsSameer Agarwal2016-08-261-0/+14
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-261-0/+7
* [SPARK-17212][SQL] TypeCoercion supports widening conversion between DateType...hyukjinkwon2016-08-261-0/+1
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-251-0/+39
* [SPARK-17061][SPARK-17093][SQL] MapObjects` should make copies of unsafe-back...Liwei Lin2016-08-252-1/+35
* [SPARK-17228][SQL] Not infer/propagate non-deterministic constraintsSameer Agarwal2016-08-241-0/+17
* [SPARK-17188][SQL] Moves class QuantileSummaries to project catalyst for impl...Sean Zhong2016-08-231-0/+126