aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-058-78/+177
* [SPARK-18167] Re-enable the non-flaky parts of SQLQuerySuiteEric Liang2016-11-041-21/+10
* [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
* [SPARK-17949][SQL] A JVM object based aggregate operatorCheng Lian2016-11-033-0/+750
* [SQL] minor - internal doc improvement for InsertIntoTable.Reynold Xin2016-11-031-5/+26
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-021-10/+14
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-027-113/+181
* [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-023-12/+22
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-023-9/+7
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-023-3/+57
* [SPARK-17992][SQL] Return all partitions from HiveShim when Hive throws a met...Michael Allman2016-11-014-65/+160
* [SPARK-18167] Disable flaky SQLQuerySuite testEric Liang2016-11-011-1/+1
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-013-22/+12
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-013-12/+22
* [SPARK-18107][SQL] Insert overwrite statement runs much slower in spark-sql t...Liang-Chi Hsieh2016-11-012-1/+56
* [SPARK-18024][SQL] Introduce an internal commit protocol APIReynold Xin2016-10-313-33/+24
* [SPARK-18167][SQL] Retry when the SQLQuerySuite test flakesEric Liang2016-10-311-8/+20
* [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-304-11/+11
* [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-282-2/+24
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-279-114/+358
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-253-16/+7
* [SPARK-17409][SQL][FOLLOW-UP] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-10-251-2/+18
* [SPARK-18028][SQL] simplify TableFileCatalogWenchen Fan2016-10-253-10/+42
* [SPARK-17810][SQL] Default spark.sql.warehouse.dir is relative to local FS bu...Sean Owen2016-10-242-3/+6
* [SPARK-18045][SQL][TESTS] Move `HiveDataFrameAnalyticsSuite` to package `sql`jiangxingbo2016-10-231-72/+0
* [SPARK-18038][SQL] Move output partitioning definition from UnaryNodeExec to ...Tejas Patil2016-10-233-1/+10
* [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-223-18/+127
* [SPARK-18042][SQL] OutputWriter should expose file path writtenReynold Xin2016-10-213-15/+20
* [SPARK-18029][SQL] PruneFileSourcePartitions should not change the output of ...Wenchen Fan2016-10-213-4/+80
* [SPARK-18021][SQL] Refactor file name specification for data sourcesReynold Xin2016-10-204-34/+24
* [SPARK-17698][SQL] Join predicates should not contain filter clausesTejas Patil2016-10-201-23/+101
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-202-23/+2
* [SPARK-17796][SQL] Support wildcard character in filename for LOAD DATA LOCAL...Dongjoon Hyun2016-10-201-0/+30
* [SPARK-17980][SQL] Fix refreshByPath for converted Hive tablesEric Liang2016-10-192-3/+20
* [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-182-10/+17
* 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-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-172-6/+59
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-1410-103/+302
* Revert "[SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Cr...Yin Huai2016-10-142-59/+6
* [SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-142-6/+59
* [SPARK-17073][SQL][FOLLOWUP] generate column-level statisticswangzhenhua2016-10-141-32/+166
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-149-32/+45
* [SPARK-17827][SQL] maxColLength type should be Int for String and BinaryPete Robbins2016-10-131-1/+1