aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-16383][SQL] Remove `SessionState.executeSql`Dongjoon Hyun2016-07-051-3/+3
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-053-11/+73
* [SPARK-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-052-4/+34
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-051-18/+43
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-041-2/+0
* [SPARK-16267][TEST] Replace deprecated `CREATE TEMPORARY TABLE ... USING` fro...Dongjoon Hyun2016-06-292-7/+7
* [SPARK-16228][SQL] HiveSessionCatalog should return `double`-param functions ...Dongjoon Hyun2016-06-291-0/+7
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-291-0/+22
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-271-0/+5
* [SPARK-13709][SQL] Initialize deserializer with both table and partition prop...Cheng Lian2016-06-231-0/+81
* [SPARK-16024][SQL][TEST] Verify Column Comment for Data Source Tablesgatorsmile2016-06-231-0/+14
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-221-0/+6
* [SPARK-15956][SQL] Revert "[] When unwrapping ORC avoid pattern matching…Herman van Hovell2016-06-221-6/+0
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-221-0/+6
* [SPARK-16037][SQL] Follow-up: add DataFrameWriter.insertInto() test cases for...Cheng Lian2016-06-211-0/+48
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-202-11/+88
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-193-32/+55
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-184-56/+33
* [SPARK-16033][SQL] insertInto() can't be used together with partitionBy()Cheng Lian2016-06-171-0/+37
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-161-0/+68
* [SPARK-15998][SQL] Verification of SQLConf HIVE_METASTORE_PARTITION_PRUNINGgatorsmile2016-06-161-3/+57
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-161-19/+60
* [SPARK-15901][SQL][TEST] Verification of CONVERT_METASTORE_ORC and CONVERT_ME...gatorsmile2016-06-152-32/+83
* [SPARK-15959][SQL] Add the support of hive.metastore.warehouse.dir backYin Huai2016-06-151-14/+77
* [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations' in hive StatisticsS...Herman van Hovell2016-06-142-5/+10
* [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tablesgatorsmile2016-06-141-4/+20
* [SPARK-15655][SQL] Fix Wrong Partition Column Order when Fetching Partitioned...gatorsmile2016-06-141-0/+32
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-131-17/+31
* [SPARK-15808][SQL] File Format Checking When Appending Datagatorsmile2016-06-131-0/+72
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-132-0/+31
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-121-2/+2
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+45
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-101-1/+1
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-101-5/+5
* [SPARK-15871][SQL] Add `assertNotPartitioned` check in `DataFrameWriter`Liwei Lin2016-06-101-4/+4