aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-232-223/+169
* [SPARK-18545][SQL] Verify number of hive client RPCs in PartitionedTablePerfS...Eric Liang2016-11-232-2/+57
* [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-18507][SQL] HiveExternalCatalog.listPartitions should only call getTab...Wenchen Fan2016-11-221-1/+2
* [SPARK-17765][SQL] Support for writing out user-defined type in ORC datasourcehyukjinkwon2016-11-212-0/+13
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-182-3/+3
* [SPARK-18457][SQL] ORC and other columnar formats using HiveShim read all col...Andrew Ray2016-11-182-4/+27
* [SPARK-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-172-123/+190
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-173-1/+30
* [SPARK-18186] Migrate HiveUDAFFunction to TypedImperativeAggregate for partia...Cheng Lian2016-11-162-50/+301
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-164-2/+11
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-152-48/+41
* [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
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-101-3/+158
* [SPARK-18403][SQL] Temporarily disable flaky ObjectHashAggregateSuiteCheng Lian2016-11-101-1/+2
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-105-8/+53
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-101-0/+4
* [SPARK-18370][SQL] Add table information to InsertIntoHadoopFsRelationCommandHerman van Hovell2016-11-091-2/+4
* [SPARK-18338][SQL][TEST-MAVEN] Fix test case initialization order under Maven...Cheng Lian2016-11-091-13/+10
* [SPARK-18292][SQL] LogicalPlanToSQLSuite should not use resource dependent pa...Dongjoon Hyun2016-11-091-1/+9
* [SPARK-17659][SQL] Partitioned View is Not Supported By SHOW CREATE TABLEgatorsmile2016-11-092-0/+32
* [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-18346][SQL] TRUNCATE TABLE should fail if no partition is matched for ...Wenchen Fan2016-11-081-7/+5
* [SPARK-18137][SQL] Fix RewriteDistinctAggregates UnresolvedException when a U...root2016-11-081-0/+35
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-072-9/+91
* [SPARK-18086] Add support for Hive session vars.Ryan Blue2016-11-071-0/+50
* [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sqlWeiqing Yang2016-11-071-0/+12
* [SPARK-16904][SQL] Removal of Hive Built-in Hash Functions and TestHiveFuncti...gatorsmile2016-11-073-50/+20
* [SPARK-18167][SQL] Disable flaky hive partition pruning test.Reynold Xin2016-11-061-1/+1
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-061-0/+64
* [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