aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18467][SQL] Extracts method for preparing arguments from StaticInvoke,...Takuya UESHIN2016-11-211-62/+101
* [HOTFIX][SQL] Fix DDLSuite failure.Reynold Xin2016-11-201-2/+2
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-197-37/+463
* [SQL] Fix documentation for Concat and ConcatWsReynold Xin2016-11-191-6/+4
* [SPARK-18508][SQL] Fix documentation error for DateDiffReynold Xin2016-11-191-2/+5
* [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-1916-68/+82
* [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-185-56/+74
* [SPARK-18477][SS] Enable interrupts for HDFS in HDFSMetadataLogShixiong Zhu2016-11-181-15/+41
* [SPARK-18457][SQL] ORC and other columnar formats using HiveShim read all col...Andrew Ray2016-11-182-4/+27
* [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-18360][SQL] default table path of tables in default database should de...Wenchen Fan2016-11-172-123/+190
* [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-174-2/+37
* [SPARK-18442][SQL] Fix nullability of WrapOption.Takuya UESHIN2016-11-171-1/+1
* [SPARK-18186] Migrate HiveUDAFFunction to TypedImperativeAggregate for partia...Cheng Lian2016-11-162-50/+301
* [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-162-1/+11
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-163-3/+4
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-1618-49/+133
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-157-209/+142
* [SPARK-18300][SQL] Fix scala 2.10 build for FoldablePropagationHerman van Hovell2016-11-151-6/+27
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-157-24/+185
* [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-154-31/+67
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-143-1/+27
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-1421-111/+593
* [SPARK-17348][SQL] Incorrect results from subquery transformationNattavut Sutyanyong2016-11-143-9/+137
* [SPARK-18416][STRUCTURED STREAMING] Fixed temp file leak in state storeTathagata Das2016-11-142-5/+68
* [SPARK-18387][SQL] Add serialization to checkEvaluation.Ryan Blue2016-11-114-41/+36
* [SPARK-17982][SQL] SQLBuilder should wrap the generated SQL with parenthesis ...Dongjoon Hyun2016-11-115-3/+22
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-1011-66/+340
* [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-1019-208/+397
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-104-48/+90
* [SPARK-14914][CORE] Fix Resource not closed after using, for unit tests and e...wm624@hotmail.com2016-11-101-1/+6
* [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-094-7/+12
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-092-2/+16
* Revert "[SPARK-18368] Fix regexp_replace with task serialization."Yin Huai2016-11-092-10/+7
* [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-093-1/+33