aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [HOTFIX][SQL] Fix DDLSuite failure.Reynold Xin2016-11-201-2/+2
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-195-12/+362
* [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-1914-62/+76
* [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-182-8/+43
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-183-53/+71
* [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-189-39/+178
* [SPARK-18462] Fix ClassCastException in SparkListenerDriverAccumUpdates eventJosh Rosen2016-11-172-3/+80
* [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-165-14/+32
* [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-1612-45/+82
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-154-153/+100
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-154-15/+55
* [SPARK-18440][STRUCTURED STREAMING] Pass correct query execution to FileForma...Tathagata Das2016-11-154-12/+79
* [SPARK-18337] Complete mode memory sinks should be able to recover from check...Burak Yavuz2016-11-152-2/+69
* [SPARK-18379][SQL] Make the parallelism of parallelPartitionDiscovery configu...genmao.ygm2016-11-152-1/+14
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-152-1/+12
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-142-0/+23
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-1414-104/+490
* [SPARK-17348][SQL] Incorrect results from subquery transformationNattavut Sutyanyong2016-11-141-2/+93
* [SPARK-18416][STRUCTURED STREAMING] Fixed temp file leak in state storeTathagata Das2016-11-142-5/+68
* [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
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-109-116/+30
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-103-48/+86
* [SPARK-18147][SQL] do not fail for very complex aggregator result typeWenchen Fan2016-11-101-0/+21
* [SPARK-17829][SQL] Stable format for offset logTyson Condie2016-11-0920-136/+314
* [SPARK-18370][SQL] Add table information to InsertIntoHadoopFsRelationCommandHerman van Hovell2016-11-093-5/+8
* [SPARK-17659][SQL] Partitioned View is Not Supported By SHOW CREATE TABLEgatorsmile2016-11-091-1/+1
* [SPARK-18333][SQL] Revert hacks in parquet and orc reader to support case ins...Eric Liang2016-11-092-33/+1
* [SPARK-18342] Make rename failures fatal in HDFSBackedStateStoreBurak Yavuz2016-11-082-7/+40
* [SPARK-18191][CORE] Port RDD API to use commit protocoljiangxingbo2016-11-081-2/+2
* [SPARK-18346][SQL] TRUNCATE TABLE should fail if no partition is matched for ...Wenchen Fan2016-11-082-17/+25
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-071-3/+35
* [SPARK-18261][STRUCTURED STREAMING] Add statistics to MemorySink for joiningLiwei Lin2016-11-072-1/+21
* [SPARK-18086] Add support for Hive session vars.Ryan Blue2016-11-072-4/+12
* [SPARK-18295][SQL] Make to_json function null safe (matching it to from_json)hyukjinkwon2016-11-071-0/+14
* [SPARK-18236] Reduce duplicate objects in Spark UI and HistoryServerJosh Rosen2016-11-071-1/+1
* [SPARK-17490][SQL] Optimize SerializeFromObject() for a primitive arrayKazuaki Ishizaki2016-11-082-0/+100
* [SPARK-18125][SQL] Fix a compilation error in codegen due to splitExpressionLiang-Chi Hsieh2016-11-071-0/+37
* [SPARK-18296][SQL] Use consistent naming for expression test suitesReynold Xin2016-11-061-3/+3
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-062-13/+52
* [SPARK-18269][SQL] CSV datasource should read null properly when schema is la...hyukjinkwon2016-11-064-45/+81
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-062-0/+101
* [MINOR][DOCUMENTATION] Fix some minor descriptions in functions consistently ...hyukjinkwon2016-11-051-12/+18