aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-142-4/+3
* [SPARK-18675][SQL] CTAS for hive serde table should work for all hive versionsWenchen Fan2016-12-132-12/+75
* [SPARK-18681][SQL] Fix filtering to compatible with partition keys of type intYuming Wang2016-12-121-2/+5
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-127-104/+138
* [SPARK-18637][SQL] Stateful UDF should be considered as nondeterministicZhan Zhang2016-12-092-4/+45
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-064-4/+73
* [SPARK-18661][SQL] Creating a partitioned datasource table should not scan al...Eric Liang2016-12-041-4/+47
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-025-8/+46
* [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-023-41/+59
* [SPARK-18635][SQL] Partition name/values not escaped correctly in some casesEric Liang2016-12-013-4/+61
* [SPARK-18220][SQL] read Hive orc table with varchar column should not failWenchen Fan2016-11-305-6/+40
* [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-292-6/+0
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-293-4/+12
* [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-282-2/+3
* [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-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-253-5/+5
* [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