aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18631][SQL] Changed ExchangeCoordinator re-partitioning to avoid more ...Mark Hamstra2016-11-291-17/+15
* [SPARK-18498][SQL] Revise HDFSMetadataLog API for better testingTyson Condie2016-11-291-34/+66
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-2918-198/+209
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-284-16/+78
* [SPARK-18544][SQL] Append with df.saveAsTable writes data to wrong locationEric Liang2016-11-282-9/+15
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-281-1/+1
* [SPARK-18403][SQL] Fix unsafe data false sharing issue in ObjectHashAggregate...Cheng Lian2016-11-291-2/+9
* [SQL][MINOR] DESC should use 'Catalog' as partition providerWenchen Fan2016-11-281-1/+1
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-283-48/+13
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-282-2/+11
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-271-22/+6
* [WIP][SQL][DOC] Fix incorrect `code` tagWeiqing Yang2016-11-261-1/+1
* [SPARK-18436][SQL] isin causing SQL syntax error with JDBCjiangxingbo2016-11-251-0/+2
* [SPARK-18413][SQL][FOLLOW-UP] Use `numPartitions` instead of `maxConnections`Dongjoon Hyun2016-11-253-18/+18
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2518-109/+119
* [SPARK-18510][SQL] Follow up to address comments in #15951Shixiong Zhu2016-11-231-15/+20
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-231-53/+106
* [SPARK-18050][SQL] do not create default database if it already existsWenchen Fan2016-11-231-2/+6
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-231-87/+18
* [SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web siteSean Owen2016-11-231-3/+2
* [SPARK-18533] Raise correct error upon specification of schema for datasource...Dilip Biswal2016-11-221-2/+22
* [SPARK-16803][SQL] SaveAsTable does not work when target table is a Hive serd...gatorsmile2016-11-221-0/+4
* [SPARK-18465] Add 'IF EXISTS' clause to 'UNCACHE' to not throw exceptions whe...Burak Yavuz2016-11-222-3/+11
* [SPARK-18493] Add missing python APIs: withWatermark and checkpoint to dataframeBurak Yavuz2016-11-211-2/+8
* [SPARK-18517][SQL] DROP TABLE IF EXISTS should not warn for non-existing tablesDongjoon Hyun2016-11-211-1/+2
* [SPARK-18413][SQL] Add `maxConnections` JDBCOptionDongjoon Hyun2016-11-212-1/+14
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-191-2/+200
* [SPARK-18448][CORE] Fix @since 2.1.0 on new SparkSession.close() methodSean Owen2016-11-191-1/+1
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-1913-61/+75
* [SPARK-18448][CORE] SparkSession should implement java.lang.AutoCloseable lik...Sean Owen2016-11-191-1/+9
* [SPARK-18497][SS] Make ForeachSink support watermarkShixiong Zhu2016-11-181-8/+8
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-181-49/+66
* [SPARK-18477][SS] Enable interrupts for HDFS in HDFSMetadataLogShixiong Zhu2016-11-181-15/+41
* [SPARK-18187][SQL] CompactibleFileStreamLog should not use "compactInterval" ...Tyson Condie2016-11-186-21/+102
* [SPARK-18462] Fix ClassCastException in SparkListenerDriverAccumUpdates eventJosh Rosen2016-11-171-1/+38
* [SPARK-18490][SQL] duplication nodename extrainfo for ShuffleExchangeroot2016-11-171-3/+1
* [SPARK-18365][DOCS] Improve Sample Method Documentationanabranch2016-11-171-2/+8
* [SPARK-18464][SQL] support old table which doesn't store schema in metastoreWenchen Fan2016-11-171-1/+7
* [SPARK-18459][SPARK-18460][STRUCTUREDSTREAMING] Rename triggerId to batchId a...Tathagata Das2016-11-162-6/+6
* [SPARK-18415][SQL] Weird Plan Output when CTE used in RunnableCommandgatorsmile2016-11-161-1/+3
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-167-43/+39
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-152-18/+26
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-153-13/+48
* [SPARK-18440][STRUCTURED STREAMING] Pass correct query execution to FileForma...Tathagata Das2016-11-153-7/+6
* [SPARK-18337] Complete mode memory sinks should be able to recover from check...Burak Yavuz2016-11-151-2/+4
* [SPARK-18379][SQL] Make the parallelism of parallelPartitionDiscovery configu...genmao.ygm2016-11-152-1/+14
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-1412-101/+296
* [SPARK-18416][STRUCTURED STREAMING] Fixed temp file leak in state storeTathagata Das2016-11-141-5/+5
* [SPARK-17982][SQL] SQLBuilder should wrap the generated SQL with parenthesis ...Dongjoon Hyun2016-11-111-1/+6
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-107-49/+170