aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18123][SQL] Use db column names instead of RDD column ones during JDBC...Dongjoon Hyun2016-12-301-5/+30
* [SPARK-18922][TESTS] Fix more path-related test failures on Windowshyukjinkwon2016-12-304-18/+19
* [SPARK-19012][SQL] Fix `createTempViewCommand` to throw AnalysisException ins...Dongjoon Hyun2016-12-291-8/+10
* [SPARK-18960][SQL][SS] Avoid double reading file which is being copied.uncleGen2016-12-281-0/+1
* Revert "[SPARK-18990][SQL] make DatasetBenchmark fairer for Dataset"Yin Huai2016-12-271-42/+33
* [SPARK-18990][SQL] make DatasetBenchmark fairer for DatasetWenchen Fan2016-12-271-33/+42
* [SPARK-19004][SQL] Fix `JDBCWriteSuite.testH2Dialect` by removing `getCatalys...Dongjoon Hyun2016-12-271-3/+0
* [SPARK-18980][SQL] implement Aggregator with TypedImperativeAggregateWenchen Fan2016-12-262-8/+10
* [SPARK-18943][SQL] Avoid per-record type dispatch in CSV when readinghyukjinkwon2016-12-241-77/+71
* [SPARK-18911][SQL] Define CatalogStatistics to interact with metastore and co...wangzhenhua2016-12-241-1/+44
* [SPARK-18922][TESTS] Fix more resource-closing-related and path-related test ...hyukjinkwon2016-12-224-8/+7
* [SPARK-18908][SS] Creating StreamingQueryException should check if logicalPla...Shixiong Zhu2016-12-215-33/+67
* [SPARK-18528][SQL] Fix a bug to initialise an iterator of aggregation bufferTakeshi YAMAMURO2016-12-221-0/+8
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-217-33/+125
* [SPARK-18775][SQL] Limit the max number of records written per fileReynold Xin2016-12-212-0/+83
* [SPARK-18894][SS] Fix event time watermark delay threshold specified in month...Tathagata Das2016-12-211-14/+61
* [SPARK-18900][FLAKY-TEST] StateStoreSuite.maintenanceBurak Yavuz2016-12-201-5/+7
* [SPARK-18927][SS] MemorySink for StructuredStreaming can't recover from check...Burak Yavuz2016-12-201-8/+24
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-192-8/+34
* [SPARK-18904][SS][TESTS] Merge two FileStreamSourceSuite filesShixiong Zhu2016-12-162-128/+98
* [SPARK-18108][SQL] Fix a schema inconsistent bug that makes a parquet reader ...Takeshi YAMAMURO2016-12-161-0/+11
* [SPARK-18850][SS] Make StreamExecution and progress classes serializableShixiong Zhu2016-12-167-18/+100
* [SPARK-18868][FLAKY-TEST] Deflake StreamingQueryListenerSuite: single listene...Burak Yavuz2016-12-151-9/+16
* [SPARK-18826][SS] Add 'latestFirst' option to FileStreamSourceShixiong Zhu2016-12-151-0/+47
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-154-15/+422
* [SPARK-18856][SQL] non-empty partitioned table should not report zero sizeWenchen Fan2016-12-141-0/+18
* [SPARK-18854][SQL] numberedTreeString and apply(i) inconsistent for subqueriesReynold Xin2016-12-141-0/+18
* [SPARK-18852][SS] StreamingQuery.lastProgress should be null when recentProgr...Shixiong Zhu2016-12-143-9/+31
* [SPARK-18753][SQL] Keep pushed-down null literal as a filter in Spark-side po...hyukjinkwon2016-12-141-0/+11
* [SPARK-18842][TESTS][LAUNCHER] De-duplicate paths in classpaths in commands f...hyukjinkwon2016-12-141-10/+0
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-143-1/+67
* [SPARK-18746][SQL] Add implicit encoder for BigDecimal, timestamp and dateWeiqing Yang2016-12-141-1/+15
* [SPARK-18834][SS] Expose event time stats through StreamingQueryProgressTathagata Das2016-12-134-13/+57
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-133-13/+15
* [SPARK-18717][SQL] Make code generation for Scala Map work with immutable.Map...Andrew Ray2016-12-131-0/+12
* [SPARK-18796][SS] StreamingQueryManager should not block when starting a queryShixiong Zhu2016-12-121-0/+56
* [SPARK-18790][SS] Keep a general offset history of stream batchesTyson Condie2016-12-114-25/+108
* [SPARK-18815][SQL] Fix NPE when collecting column stats for string/binary col...wangzhenhua2016-12-101-20/+47
* [SPARK-18803][TESTS] Fix JarEntry-related & path-related test failures and sk...hyukjinkwon2016-12-101-1/+1
* [SPARK-18766][SQL] Push Down Filter Through BatchEvalPython (Python UDF)gatorsmile2016-12-101-0/+110
* [SPARK-17460][SQL] Make sure sizeInBytes in Statistics will not overflowHuaxin Gao2016-12-101-0/+10
* [SPARK-18811] StreamSource resolution should happen in stream execution threadBurak Yavuz2016-12-092-0/+94
* [SPARK-18776][SS] Make Offset for FileStreamSource corrected formatted in jsonTathagata Das2016-12-086-14/+25
* [SPARK-18760][SQL] Consistent format specification for FileFormatsReynold Xin2016-12-081-3/+4
* [SPARK-18718][TESTS] Skip some test failures due to path length limitation an...hyukjinkwon2016-12-084-8/+21
* [SPARK-18758][SS] StreamingQueryListener events from a StreamingQuery should ...Tathagata Das2016-12-072-14/+70
* [SPARK-18654][SQL] Remove unreachable patterns in makeRootConverterNathan Howell2016-12-071-1/+1
* [SPARK-18754][SS] Rename recentProgresses to recentProgressMichael Armbrust2016-12-074-14/+14
* [SPARK-18588][TESTS] Fix flaky test: KafkaSourceStressForDontFailOnDataLossSuiteShixiong Zhu2016-12-071-2/+6
* [SPARK-17760][SQL] AnalysisException with dataframe pivot when groupBy column...Andrew Ray2016-12-071-0/+8