aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-13442][SQL] Make type inference recognize boolean typeshyukjinkwon2016-03-071-0/+5
* [SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to...Shixiong Zhu2016-03-031-0/+1
* [SPARK-13309][SQL] Fix type inference issue with CSV dataRahul Tanwani2016-02-281-0/+5
* [SPARK-13137][SQL] NullPoingException in schema inference for CSV when the fi...hyukjinkwon2016-02-211-0/+1
* [SPARK-13114][SQL] Add a test for tokens more than the fields in schemahyukjinkwon2016-02-021-0/+6
* [SPARK-12833][SQL] Initial import of spark-csvHossein2016-01-159-0/+39
* [SPARK-11967][SQL] Consistent use of varargs for multiple paths in DataFrameR...Reynold Xin2015-11-241-0/+1
* [SPARK-11694][FOLLOW-UP] Clean up imports, use a common function for metadata...hyukjinkwon2015-11-171-0/+0
* [SPARK-11274] [SQL] Text data source support for Spark SQL.Reynold Xin2015-10-231-0/+4
* [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal convertersCheng Lian2015-10-122-0/+0
* [SPARK-9340] [SQL] Fixes converting unannotated Parquet listsDamian Guy2015-08-119-0/+0
* [SPARK-9486][SQL] Add data source aliasing for external packagesJoseph Batchik2015-08-081-0/+3
* [SPARK-8959] [SQL] [HOTFIX] Removes parquet-thrift and libthrift dependenciesCheng Lian2015-07-091-0/+0
* [SPARK-7743] [SQL] Parquet 1.7Thomas Omans2015-06-041-5/+5
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-111-0/+3
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [SPARK-2935][SQL]Fix parquet predicate push down bugMichael Armbrust2014-08-131-0/+3
* Spark parquet improvementsAndre Schumacher2014-04-031-5/+3
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-201-0/+52