aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-031-9/+19
* [SPARK-17509][SQL] When wrapping catalyst datatype to Hive data type avoid…Sital Kedia2016-10-022-177/+145
* [SPARK-17666] Ensure that RecordReaders are closed by data source file scansJosh Rosen2016-09-271-1/+5
* [SPARK-16516][SQL] Support for pushing down filters for decimal and timestamp...hyukjinkwon2016-09-281-0/+1
* [SPARK-17425][SQL] Override sameResult in HiveTableScanExec to make ReuseExch...Yadong Qi2016-09-221-0/+15
* [SPARK-17051][SQL] we should use hadoopConf in InsertIntoHiveTableWenchen Fan2016-09-201-6/+3
* [SPARK-17518][SQL] Block Users to Specify the Internal Data Source Provider Hivegatorsmile2016-09-181-1/+1
* [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size ...hyukjinkwon2016-09-174-6/+12
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-141-1/+1
* [SPARK-17480][SQL] Improve performance by removing or caching List.length whi...Ergin Seyfe2016-09-141-2/+4