aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-244-6/+6
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-231-0/+2
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 3rd batchKevin Yu2017-02-166-0/+1297
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 4th batchKevin Yu2017-02-156-0/+2114
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Joins + CTE)Dilip Biswal2017-02-154-0/+933
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 2 of 2) - s...Nattavut Sutyanyong2017-02-154-66/+701
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 2nd batchKevin Yu2017-02-158-114/+1023
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Aggregate, Havi...Dilip Biswal2017-02-096-0/+885
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 1 of 2) - s...Nattavut Sutyanyong2017-02-072-0/+328
* [SPARK-18609][SPARK-18841][SQL] Fix redundant Alias removal in the optimizerHerman van Hovell2017-02-074-4/+146
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subqueryDilip Biswal2017-01-294-0/+589
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-252-0/+108
* [SPARK-19017][SQL] NOT IN subquery with more than one column may return incor...Nattavut Sutyanyong2017-01-242-0/+114
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-228-14/+14
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-171-2/+2
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-122-0/+221
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-121-3/+7
* [SPARK-18871][SQL] New test cases for IN/NOT IN subqueryKevin Yu2017-01-054-0/+884
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-152-0/+361
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-142-0/+66
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-132-10/+12
* [SPARK-18776][SS] Make Offset for FileStreamSource corrected formatted in jsonTathagata Das2016-12-083-2/+3
* [SPARK-18671][SS][TEST-MAVEN] Follow up PR to fix test for MavenTathagata Das2016-12-061-1/+0
* [SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structure...Tathagata Das2016-12-069-0/+28
* [SPARK-18657][SPARK-18668] Make StreamingQuery.id persists across restart and...Tathagata Das2016-12-051-0/+3
* [SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history serverShixiong Zhu2016-11-301-0/+5
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-302-0/+218
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-302-0/+107
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-292-2/+18
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-282-0/+36
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-152-1/+12
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-142-0/+23
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-101-2/+2
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-062-0/+101
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-052-0/+59
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-023-1/+153
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-1/+1
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-012-29/+128
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-012-3/+3
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-012-3/+3
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-312-0/+8
* [SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite...jiangxingbo2016-10-262-3/+290
* [SPARK-18045][SQL][TESTS] Move `HiveDataFrameAnalyticsSuite` to package `sql`jiangxingbo2016-10-232-0/+100
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-202-0/+275
* [SPARK-17989][SQL] Check ascendingOrder type in sort_array function rather th...hyukjinkwon2016-10-192-3/+24
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-052-14/+48
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-043-12/+22
* [SPARK-17612][SQL] Support `DESCRIBE table PARTITION` SQL syntaxDongjoon Hyun2016-09-292-0/+117
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-252-0/+0
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-152-0/+68