aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-141-1/+1
* [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-131-3/+3
* [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-083-12/+22
* [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
* [SPARK-18734][SS] Represent timestamp in StreamingQueryProgress as formatted ...Tathagata Das2016-12-062-5/+5
* [SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structure...Tathagata Das2016-12-063-2/+65
* [SPARK-18721][SS] Fix ForeachSink with watermark + appendShixiong Zhu2016-12-051-1/+67
* [SPARK-18722][SS] Move no data rate limit from StreamExecution to ProgressRep...Shixiong Zhu2016-12-051-0/+4
* [SPARK-18555][SQL] DataFrameNaFunctions.fill miss up original values in long ...root2016-12-051-0/+18
* [SPARK-18657][SPARK-18668] Make StreamingQuery.id persists across restart and...Tathagata Das2016-12-056-95/+232
* [SPARK-18711][SQL] should disable subexpression elimination for LambdaVariableWenchen Fan2016-12-051-4/+4
* [SPARK-18694][SS] Add StreamingQuery.explain and exception to Python and fix ...Shixiong Zhu2016-12-052-6/+6
* [SPARK-18702][SQL] input_file_block_start and input_file_block_lengthReynold Xin2016-12-041-13/+48
* [SPARK-18661][SQL] Creating a partitioned datasource table should not scan al...Eric Liang2016-12-041-2/+9
* [SPARK-18582][SQL] Whitelist LogicalPlan operators allowed in correlated subq...Nattavut Sutyanyong2016-12-031-0/+18
* [SPARK-18670][SS] Limit the number of StreamingQueryListener.StreamProgressEv...Shixiong Zhu2016-12-021-0/+44
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-021-1/+2
* [SPARK-18419][SQL] `JDBCRelation.insert` should not remove Spark optionsDongjoon Hyun2016-12-021-0/+10
* [SPARK-18679][SQL] Fix regression in file listing performance for non-catalog...Eric Liang2016-12-021-0/+53
* [SPARK-18629][SQL] Fix numPartition of JDBCSuite TestcaseWeiqing Yang2016-12-021-1/+1
* [SPARK-17213][SQL] Disable Parquet filter push-down for string and binary col...Cheng Lian2016-12-011-3/+23
* [SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin2016-12-012-161/+18
* [SPARK-18284][SQL] Make ExpressionEncoder.serializer.nullable preciseKazuaki Ishizaki2016-12-022-2/+52
* [SPARK-18141][SQL] Fix to quote column names in the predicate clause of the ...sureshthalamati2016-12-011-18/+55
* [SPARK-18538][SQL] Fix Concurrent Table Fetching Using DataFrameReader JDBC APIsgatorsmile2016-12-012-20/+52
* [SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history serverShixiong Zhu2016-11-301-0/+8
* [SPARK-18251][SQL] the type of Dataset can't be Option of non-flat typeWenchen Fan2016-11-302-3/+12
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-301-16/+6
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-301-0/+6
* [SPARK-18516][STRUCTURED STREAMING] Follow up PR to add StreamingQuery.status...Tathagata Das2016-11-293-43/+69
* [SPARK-18632][SQL] AggregateFunction should not implement ImplicitCastInputTypesHerman van Hovell2016-11-292-6/+9
* [SPARK-18516][SQL] Split state and progress in streamingTathagata Das2016-11-299-650/+412
* [SPARK-18631][SQL] Changed ExchangeCoordinator re-partitioning to avoid more ...Mark Hamstra2016-11-291-20/+20
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-291-0/+189