aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-142-0/+337
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-036-6/+189
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-012-5/+44
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-262-1/+29
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-252-0/+108
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-212-0/+47
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-191-3/+3
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-192-0/+230
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-192-1/+12
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-192-0/+193
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-182-20/+76
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-182-0/+107
* [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinal...Sean Zhong2016-08-162-6/+28
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-122-0/+71
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-112-44/+26
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-114-58/+466
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-116-0/+601
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-107-12/+126
* [SPARK-17007][SQL] Move test data files into a test-data folderpetermaxlee2016-08-1033-0/+0
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-106-0/+153
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-103-0/+51
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-131-0/+26
* [SPARK-15881] Update microbenchmark results for WideSchemaBenchmarkEric Liang2016-06-111-1/+1
* [SPARK-15078] [SQL] Add all TPCDS 1.4 benchmark queries for SparkSQLSameer Agarwal2016-05-20103-0/+4731
* [SPARK-15323][SPARK-14463][SQL] Fix reading of partitioned format=text datasetsJurriaan Pruis2016-05-182-0/+2
* [SPARK-13866] [SQL] Handle decimal type in CSV inference at CSV data source.hyukjinkwon2016-05-121-0/+7
* [SPARK-15264][SPARK-15274][SQL] CSV Reader Error on Blank Column NamesBill Chambers2016-05-111-0/+3
* [SPARK-14143] Options for parsing NaNs, Infinity and nulls for numeric typesHossein2016-04-301-0/+9
* [SPARK-13667][SQL] Support for specifying custom date format for date and tim...hyukjinkwon2016-04-291-0/+4
* [SPARK-14103][SQL] Parse unescaped quotes in CSV data source.hyukjinkwon2016-04-081-0/+2