aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-171-111/+126
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-172-1/+8
* [SPARK-18186] Migrate HiveUDAFFunction to TypedImperativeAggregate for partia...Cheng Lian2016-11-161-50/+149
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-162-2/+6
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-151-2/+2
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-101-3/+48
* [SPARK-17659][SQL] Partitioned View is Not Supported By SHOW CREATE TABLEgatorsmile2016-11-091-0/+4
* [SPARK-18333][SQL] Revert hacks in parquet and orc reader to support case ins...Eric Liang2016-11-091-11/+1
* [SPARK-18191][CORE] Port RDD API to use commit protocoljiangxingbo2016-11-081-1/+2
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-071-0/+1
* [SPARK-16904][SQL] Removal of Hive Built-in Hash Functions and TestHiveFuncti...gatorsmile2016-11-072-29/+0
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-051-58/+160
* [SPARK-18237][HIVE] hive.exec.stagingdir have no effect福星2016-11-031-2/+2
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-031-8/+13
* [SQL] minor - internal doc improvement for InsertIntoTable.Reynold Xin2016-11-031-5/+26
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-022-92/+151
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-021-1/+2
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-7/+13
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-022-8/+5
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-022-3/+5
* [SPARK-17992][SQL] Return all partitions from HiveShim when Hive throws a met...Michael Allman2016-11-011-8/+23
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-011-13/+7
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-011-7/+13
* [SPARK-18107][SQL] Insert overwrite statement runs much slower in spark-sql t...Liang-Chi Hsieh2016-11-011-1/+23
* [SPARK-18024][SQL] Introduce an internal commit protocol APIReynold Xin2016-10-311-16/+12
* [SPARK-18167][SQL] Also log all partitions when the SQLQuerySuite test flakesEric Liang2016-10-311-2/+1
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-301-2/+2
* [SPARK-18167][SQL] Add debug code for SQLQuerySuite flakiness when metastore ...Eric Liang2016-10-291-1/+14
* [SPARK-18121][SQL] Unable to query global temp views when hive support is ena...Sunitha Kambhampati2016-10-281-2/+8
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-273-53/+90
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-251-0/+3
* [SPARK-18028][SQL] simplify TableFileCatalogWenchen Fan2016-10-251-3/+1
* [SPARK-18038][SQL] Move output partitioning definition from UnaryNodeExec to ...Tejas Patil2016-10-232-1/+6
* [SPARK-18035][SQL] Introduce performant and memory efficient APIs to create A...Tejas Patil2016-10-221-8/+3
* [SPARK-17994][SQL] Add back a file status cache for catalog tablesEric Liang2016-10-221-1/+1
* [SPARK-18042][SQL] OutputWriter should expose file path writtenReynold Xin2016-10-211-15/+14
* [SPARK-18021][SQL] Refactor file name specification for data sourcesReynold Xin2016-10-201-12/+9
* [SPARK-17980][SQL] Fix refreshByPath for converted Hive tablesEric Liang2016-10-191-1/+1
* [SPARK-17974] try 2) Refactor FileCatalog classes to simplify the inheritance...Eric Liang2016-10-181-1/+1
* [SPARK-17899][SQL][FOLLOW-UP] debug mode should work for corrupted tableWenchen Fan2016-10-181-7/+2
* Revert "[SPARK-17974] Refactor FileCatalog classes to simplify the inheritanc...Reynold Xin2016-10-171-1/+1
* [SPARK-17974] Refactor FileCatalog classes to simplify the inheritance treeEric Liang2016-10-171-1/+1
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-145-98/+111
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-146-29/+33
* [SPARK-17657][SQL] Disallow Users to Change Table Typegatorsmile2016-10-131-0/+5
* [SPARK-17899][SQL] add a debug mode to keep raw table properties in HiveExter...Wenchen Fan2016-10-131-2/+7
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-113-8/+4
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-102-1/+4
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-075-33/+33
* [SPARK-17773] Input/Output] Add VoidObjectInspectorErgin Seyfe2016-10-031-0/+2