aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17194] Use single quotes when generating SQL for string literalsJosh Rosen2016-08-2319-20/+21
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-223-1/+21
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-215-64/+116
* [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of...Liang-Chi Hsieh2016-08-201-0/+7
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-202-0/+12
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-191-9/+0
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-172-4/+2
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-161-1/+13
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-111-2/+2
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-101-2/+1
* [SPARK-16959][SQL] Rebuild Table Comment when Retrieving Metadata from Hive M...gatorsmile2016-08-101-2/+5
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-091-2/+8
* [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.hyukjinkwon2016-08-091-0/+23
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-1/+2
* [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clausegatorsmile2016-08-081-10/+26
* [SPARK-16901] Hive settings in hive-site.xml may be overridden by Hive's defa...Yin Huai2016-08-051-0/+80
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-052-3/+10
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-041-1/+1
* [SPARK-16596] [SQL] Refactor DataSourceScanExec to do partition discovery at ...Eric Liang2016-08-032-4/+4
* [SPARK-16858][SQL][TEST] Removal of TestHiveSharedStategatorsmile2016-08-021-1/+1
* [SPARK-16793][SQL] Set the temporary warehouse path to sc'conf in TestHive.jiangxingbo2016-08-012-2/+2
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-314-25/+25
* [SPARK-16552][SQL] Store the Inferred Schemas into External Catalog Tables wh...gatorsmile2016-07-281-5/+5
* [SPARK-15232][SQL] Add subquery SQL building tests to LogicalPlanToSQLSuiteDongjoon Hyun2016-07-2715-0/+282
* [SPARK-16621][SQL] Generate stable SQLs in SQLBuilderDongjoon Hyun2016-07-27104-109/+106
* [SPARK-16663][SQL] desc table should be consistent between data source and hi...Wenchen Fan2016-07-263-10/+26
* [SPARK-16633][SPARK-16642][SPARK-16721][SQL] Fixes three issues related to le...Yin Huai2016-07-251-370/+0
* [SPARK-16672][SQL] SQLBuilder should not raise exceptions on EXISTS queriesDongjoon Hyun2016-07-252-0/+14
* [SPARK-16678][SPARK-16677][SQL] Fix two View-related bugsgatorsmile2016-07-261-1/+70
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-255-6/+37
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-252-7/+4
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-251-32/+14
* [SPARK-16648][SQL] Make ignoreNullsExpr a child expression of First and LastCheng Lian2016-07-251-0/+12
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-255-18/+18
* [SPARK-16515][SQL][FOLLOW-UP] Fix test `script` on OS X/Windows...Liwei Lin2016-07-242-9/+19
* [SPARK-16690][TEST] rename SQLTestUtils.withTempTable to withTempViewWenchen Fan2016-07-2315-34/+34
* [SPARK-16344][SQL] Decoding Parquet array of struct with a single field named...Cheng Lian2016-07-201-2/+6
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-07-181-2/+2
* [SPARK-16590][SQL] Improve LogicalPlanToSQLSuite to check generated SQL directlyDongjoon Hyun2016-07-18103-153/+820
* [SPARK-16515][SQL] set default record reader and writer for script transforma...Daoyuan Wang2016-07-182-0/+34
* [SPARK-16482][SQL] Describe Table Command for Tables Requiring Runtime Inferr...gatorsmile2016-07-131-7/+9
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-131-23/+0
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-124-6/+31
* [SPARK-15752][SQL] Optimize metadata only query that has an aggregate whose c...Lianhui Wang2016-07-121-0/+89
* [SPARK-12639][SQL] Mark Filters Fully Handled By Sources with *Russell Spitzer2016-07-111-2/+2
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-112-0/+3
* [SPARK-16415][SQL] fix catalog string errorDaoyuan Wang2016-07-071-3/+11
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-071-0/+23
* [SPARK-16229][SQL] Drop Empty Table After CREATE TABLE AS SELECT failsgatorsmile2016-07-061-0/+15
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-061-118/+88