aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-282-0/+36
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-281-0/+32
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-281-0/+429
* [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-251-3/+3
* [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect r...Nattavut Sutyanyong2016-11-241-0/+45
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-234-4/+83
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-235-561/+239
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-231-0/+7
* [SPARK-18533] Raise correct error upon specification of schema for datasource...Dilip Biswal2016-11-221-0/+9
* [SPARK-18504][SQL] Scalar subquery with extra group by columns returning inco...Nattavut Sutyanyong2016-11-221-0/+12
* [SPARK-18425][STRUCTURED STREAMING][TESTS] Test `CompactibleFileStreamLog` di...Liwei Lin2016-11-212-70/+214
* [SPARK-18413][SQL] Add `maxConnections` JDBCOptionDongjoon Hyun2016-11-211-0/+12
* [HOTFIX][SQL] Fix DDLSuite failure.Reynold Xin2016-11-201-2/+2
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-194-10/+162
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-191-1/+1
* [SPARK-18497][SS] Make ForeachSink support watermarkShixiong Zhu2016-11-181-0/+35
* [SPARK-18505][SQL] Simplify AnalyzeColumnCommandReynold Xin2016-11-182-4/+5
* [SPARK-18187][SQL] CompactibleFileStreamLog should not use "compactInterval" ...Tyson Condie2016-11-183-18/+76
* [SPARK-18462] Fix ClassCastException in SparkListenerDriverAccumUpdates eventJosh Rosen2016-11-171-2/+42
* [SPARK-18459][SPARK-18460][STRUCTUREDSTREAMING] Rename triggerId to batchId a...Tathagata Das2016-11-163-8/+26
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-165-2/+43
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-152-135/+74
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-151-2/+7
* [SPARK-18440][STRUCTURED STREAMING] Pass correct query execution to FileForma...Tathagata Das2016-11-151-5/+73
* [SPARK-18337] Complete mode memory sinks should be able to recover from check...Burak Yavuz2016-11-151-0/+65
* [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-142-3/+194
* [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-141-0/+63
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-102-18/+11
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-101-2/+2
* [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-094-46/+95
* [SPARK-18333][SQL] Revert hacks in parquet and orc reader to support case ins...Eric Liang2016-11-091-28/+0
* [SPARK-18342] Make rename failures fatal in HDFSBackedStateStoreBurak Yavuz2016-11-081-5/+36
* [SPARK-18346][SQL] TRUNCATE TABLE should fail if no partition is matched for ...Wenchen Fan2016-11-081-5/+4
* [SPARK-18261][STRUCTURED STREAMING] Add statistics to MemorySink for joiningLiwei Lin2016-11-071-0/+16
* [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-061-8/+41
* [SPARK-18269][SQL] CSV datasource should read null properly when schema is la...hyukjinkwon2016-11-062-41/+67
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-062-0/+101
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-052-0/+59
* [SPARK-18192][MINOR][FOLLOWUP] Missed json test in FileStreamSinkSuitehyukjinkwon2016-11-051-1/+1
* [SPARK-18189] [SQL] [Followup] Move test from ReplSuite to prevent java.lang....Reynold Xin2016-11-041-0/+12