aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19107][SQL] support creating hive table with DataFrameWriter and CatalogWenchen Fan2017-01-102-20/+77
* [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriterWenchen Fan2017-01-082-7/+8
* [SPARK-18885][SQL] unify CREATE TABLE syntax for data source and hive serde t...Wenchen Fan2017-01-055-24/+141
* [SPARK-19058][SQL] fix partition related behaviors with DataFrameWriter.saveA...Wenchen Fan2017-01-051-4/+36
* [SPARK-19060][SQL] remove the supportsPartial flag in AggregateFunctionWenchen Fan2017-01-041-2/+0
* [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitione...gatorsmile2017-01-031-2/+54
* [SPARK-19002][BUILD][PYTHON] Check pep8 against all Python scriptshyukjinkwon2017-01-029-31/+27
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-3015-85/+85
* [SPARK-18567][SQL] Simplify CreateDataSourceTableAsSelectCommandWenchen Fan2016-12-281-1/+1
* [SPARK-16213][SQL] Reduce runtime overhead of a program that creates an primi...Kazuaki Ishizaki2016-12-291-2/+2
* [SPARK-18989][SQL] DESC TABLE should not fail with format class not foundWenchen Fan2016-12-261-0/+46
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-261-2/+4
* [SPARK-18911][SQL] Define CatalogStatistics to interact with metastore and co...wangzhenhua2016-12-241-6/+7
* [SPARK-16975][SQL][FOLLOWUP] Do not duplicately check file paths in data sour...hyukjinkwon2016-12-221-0/+17
* [SPARK-18949][SQL] Add recoverPartitions API to Cataloggatorsmile2016-12-201-3/+3
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-192-11/+8
* [SPARK-18921][SQL] check database existence with Hive.databaseExists instead ...Wenchen Fan2016-12-191-6/+7
* [SPARK-18700][SQL] Add StripedLock for each table's relation in cachexuanyuanking2016-12-191-0/+31
* [SPARK-18703][SQL] Drop Staging Directories and Data Files After each Inserti...gatorsmile2016-12-151-0/+24
* [SPARK-18675][SQL] CTAS for hive serde table should work for all hive versionsWenchen Fan2016-12-131-2/+17
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-122-78/+100
* [SPARK-18637][SQL] Stateful UDF should be considered as nondeterministicZhan Zhang2016-12-091-2/+43
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-061-0/+5
* [SPARK-18661][SQL] Creating a partitioned datasource table should not scan al...Eric Liang2016-12-041-4/+47
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-022-2/+37
* [SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell2016-12-011-21/+6
* [SPARK-18647][SQL] do not put provider in table properties for Hive serde tableWenchen Fan2016-12-022-2/+18
* [SPARK-18635][SQL] Partition name/values not escaped correctly in some casesEric Liang2016-12-011-0/+54
* [SPARK-18220][SQL] read Hive orc table with varchar column should not failWenchen Fan2016-11-302-2/+14
* [SPARK-17680][SQL][TEST] Added a Testcase for Verifying Unicode Character Sup...gatorsmile2016-11-301-0/+45
* [SPARK-18632][SQL] AggregateFunction should not implement ImplicitCastInputTypesHerman van Hovell2016-11-291-2/+0
* [SPARK-18544][SQL] Append with df.saveAsTable writes data to wrong locationEric Liang2016-11-281-0/+19
* [SPARK-18403][SQL] Fix unsafe data false sharing issue in ObjectHashAggregate...Cheng Lian2016-11-291-72/+92
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-281-0/+2
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-281-103/+0
* [SPARK-18482][SQL] make sure Spark can access the table metadata created by o...Wenchen Fan2016-11-272-43/+251
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-271-5/+6
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-231-186/+113
* [SPARK-18545][SQL] Verify number of hive client RPCs in PartitionedTablePerfS...Eric Liang2016-11-231-2/+56
* [SPARK-16803][SQL] SaveAsTable does not work when target table is a Hive serd...gatorsmile2016-11-221-0/+20
* [SPARK-18465] Add 'IF EXISTS' clause to 'UNCACHE' to not throw exceptions whe...Burak Yavuz2016-11-221-1/+4
* [SPARK-17765][SQL] Support for writing out user-defined type in ORC datasourcehyukjinkwon2016-11-211-0/+10
* [SPARK-18457][SQL] ORC and other columnar formats using HiveShim read all col...Andrew Ray2016-11-181-1/+24
* [SPARK-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-171-12/+64
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-171-0/+22
* [SPARK-18186] Migrate HiveUDAFFunction to TypedImperativeAggregate for partia...Cheng Lian2016-11-161-0/+152
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-162-0/+5
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-151-46/+39
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-151-0/+103
* [SPARK-17982][SQL] SQLBuilder should wrap the generated SQL with parenthesis ...Dongjoon Hyun2016-11-114-2/+16