aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18927][SS] MemorySink for StructuredStreaming can't recover from check...Burak Yavuz2016-12-202-9/+25
* Tiny style improvement.Reynold Xin2016-12-191-2/+3
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-194-80/+125
* [SPARK-18928] Check TaskContext.isInterrupted() in FileScanRDD, JDBCRDD & Uns...Josh Rosen2016-12-202-4/+13
* [SPARK-18904][SS][TESTS] Merge two FileStreamSourceSuite filesShixiong Zhu2016-12-162-128/+98
* [MINOR][BUILD] Fix lint-check failures and javadoc8 breakhyukjinkwon2016-12-161-2/+2
* [SPARK-18108][SQL] Fix a schema inconsistent bug that makes a parquet reader ...Takeshi YAMAMURO2016-12-162-5/+24
* [SPARK-18850][SS] Make StreamExecution and progress classes serializableShixiong Zhu2016-12-1612-29/+222
* [SPARK-18868][FLAKY-TEST] Deflake StreamingQueryListenerSuite: single listene...Burak Yavuz2016-12-151-9/+16
* [SPARK-18826][SS] Add 'latestFirst' option to FileStreamSourceShixiong Zhu2016-12-153-1/+71
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-156-16/+521
* [SPARK-18856][SQL] non-empty partitioned table should not report zero sizeWenchen Fan2016-12-142-1/+20
* [SPARK-18854][SQL] numberedTreeString and apply(i) inconsistent for subqueriesReynold Xin2016-12-142-2/+19
* [SPARK-18852][SS] StreamingQuery.lastProgress should be null when recentProgr...Shixiong Zhu2016-12-144-11/+33
* [SPARK-18753][SQL] Keep pushed-down null literal as a filter in Spark-side po...hyukjinkwon2016-12-142-1/+12
* [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-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-145-74/+81
* [SPARK-18746][SQL] Add implicit encoder for BigDecimal, timestamp and dateWeiqing Yang2016-12-142-2/+29
* [SPARK-18834][SS] Expose event time stats through StreamingQueryProgressTathagata Das2016-12-138-66/+161
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-135-24/+37
* [SPARK-18835][SQL] Don't expose Guava types in the JavaTypeInference API.Marcelo Vanzin2016-12-131-3/+1
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-132-3/+2
* [MINOR][CORE][SQL] Remove explicit RDD and Partition overridesJacek Laskowski2016-12-131-4/+0
* [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-124-58/+158
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-121-3/+5
* [SPARK-16297][SQL] Fix mapping Microsoft SQLServer dialectmeknio2016-12-121-0/+2
* [SPARK-18790][SS] Keep a general offset history of stream batchesTyson Condie2016-12-119-64/+170
* [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-102-5/+134
* [SPARK-17460][SQL] Make sure sizeInBytes in Statistics will not overflowHuaxin Gao2016-12-103-3/+14
* [SPARK-18811] StreamSource resolution should happen in stream execution threadBurak Yavuz2016-12-094-16/+116
* [SPARK-18745][SQL] Fix signed integer overflow due to toInt castKazuaki Ishizaki2016-12-091-4/+4
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-091-6/+6
* [SPARK-18776][SS] Make Offset for FileStreamSource corrected formatted in jsonTathagata Das2016-12-089-32/+94
* [SPARK-18760][SQL] Consistent format specification for FileFormatsReynold Xin2016-12-083-4/+7
* [SPARK-18667][PYSPARK][SQL] Change the way to group row in BatchEvalPythonExe...Liang-Chi Hsieh2016-12-081-19/+16
* [SPARK-18718][TESTS] Skip some test failures due to path length limitation an...hyukjinkwon2016-12-084-8/+21
* [SPARK-18774][CORE][SQL] Ignore non-existing files when ignoreCorruptFiles is...Shixiong Zhu2016-12-072-1/+5
* [SPARK-18758][SS] StreamingQueryListener events from a StreamingQuery should ...Tathagata Das2016-12-074-23/+119
* [SPARK-18654][SQL] Remove unreachable patterns in makeRootConverterNathan Howell2016-12-071-1/+1
* [SPARK-18754][SS] Rename recentProgresses to recentProgressMichael Armbrust2016-12-077-18/+18
* [SPARK-18588][TESTS] Fix flaky test: KafkaSourceStressForDontFailOnDataLossSuiteShixiong Zhu2016-12-071-2/+6
* [SPARK-18764][CORE] Add a warning log when skipping a corrupted fileShixiong Zhu2016-12-071-0/+1
* [SPARK-17760][SQL] AnalysisException with dataframe pivot when groupBy column...Andrew Ray2016-12-071-0/+8
* [SPARK-18671][SS][TEST-MAVEN] Follow up PR to fix test for MavenTathagata Das2016-12-061-1/+0
* [SPARK-18734][SS] Represent timestamp in StreamingQueryProgress as formatted ...Tathagata Das2016-12-064-10/+14
* [SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structure...Tathagata Das2016-12-0612-2/+93