aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-17337][SQL] Do not pushdown predicates through filters with predicate...Herman van Hovell2016-11-041-4/+20
* [SPARK-18259][SQL] Do not capture Throwable in QueryExecutionHerman van Hovell2016-11-031-0/+50
* [SPARK-18257][SS] Improve error reporting for FileStressSuiteReynold Xin2016-11-031-15/+18
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-031-1/+1
* [SPARK-17949][SQL] A JVM object based aggregate operatorCheng Lian2016-11-032-3/+144
* [SPARK-17981][SPARK-17957][SQL] Fix Incorrect Nullability Setting to False in...gatorsmile2016-11-031-2/+72
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-031-4/+5
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-022-11/+18
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-022-1/+136
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-025-101/+155
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-021-0/+52
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-1/+1
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-023-14/+15
* [SPARK-18144][SQL] logging StreamingQueryListener$QueryStartedEventCodingCat2016-11-011-1/+6
* [SPARK-18192] Support all file formats in structured streamingReynold Xin2016-11-011-33/+29
* [SPARK-17475][STREAMING] Delete CRC files if the filesystem doesn't use check...frreiss2016-11-011-0/+6
* [SPARK-18025] Use commit protocol API in structured streamingReynold Xin2016-11-011-105/+1
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-011-6/+24
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-013-64/+128
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-012-3/+3
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-012-3/+3
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-011-3/+12
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-011-0/+11
* [SPARK-18030][TESTS] Fix flaky FileStreamSourceSuite by not deleting the filesShixiong Zhu2016-10-311-10/+0
* [SPARK-17972][SQL] Add Dataset.checkpoint() to truncate large query plansCheng Lian2016-10-311-0/+68
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-313-0/+50