aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20253][SQL] Remove unnecessary nullchecks of a return value from Spark...Kazuaki Ishizaki2017-04-101-0/+10
* [SPARK-20255] Move listLeafFiles() to InMemoryFileIndexAdrian Ionescu2017-04-073-231/+236
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-074-45/+32
* [SPARK-20196][PYTHON][SQL] update doc for catalog functions for all languages...Felix Cheung2017-04-062-16/+23
* [SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWith...Tathagata Das2017-04-052-3/+14
* [SPARK-20223][SQL] Fix typo in tpcds q77.sqlwangzhenhua2017-04-051-1/+1
* [SPARK-20209][SS] Execute next trigger immediately if previous batch took lon...Tathagata Das2017-04-0410-72/+193
* Small doc fix for ReuseSubquery.Reynold Xin2017-04-041-2/+2
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-042-1/+10
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-046-16/+16
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-044-55/+155
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-0312-375/+523
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-0410-20/+193
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-032-1/+25
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-031-4/+1
* [SPARK-19641][SQL] JSON schema inference in DROPMALFORMED mode produces incor...hyukjinkwon2017-04-032-33/+78
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-035-8/+8
* [SPARK-19148][SQL][FOLLOW-UP] do not expose the external table concept in Cat...Xiao Li2017-04-011-10/+15
* [SPARK-20165][SS] Resolve state encoder's deserializer in driver in FlatMapGr...Tathagata Das2017-03-316-21/+45
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-311-0/+8
* [SPARK-20151][SQL] Account for partition pruning in scan metadataTime metricsReynold Xin2017-03-303-4/+18
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-308-36/+36
* [SPARK-20148][SQL] Extend the file commit API to allow subscribing to task co...Eric Liang2017-03-292-7/+46
* [SPARK-20136][SQL] Add num files and metadata operation timing to scan operat...Reynold Xin2017-03-291-2/+16
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-292-3/+19
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-295-40/+107
* [SPARK-20134][SQL] SQLMetrics.postDriverMetricUpdates to simplify driver side...Reynold Xin2017-03-295-17/+34
* [SPARK-20125][SQL] Dataset of type option of map does not workWenchen Fan2017-03-281-0/+6
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-283-25/+32
* [SPARK-20119][TEST-MAVEN] Fix the test case fail in DataSourceScanExecRedacti...Xiao Li2017-03-281-1/+1
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-286-164/+364
* [SPARK-19876][SS] Follow up: Refactored BatchCommitLog to simplify logicTathagata Das2017-03-273-12/+19
* [SPARK-20046][SQL] Facilitate loop optimizations in a JIT compiler regarding ...Kazuaki Ishizaki2017-03-261-4/+14
* [SPARK-19949][SQL][FOLLOW-UP] move FailureSafeParser from catalyst to sql coreWenchen Fan2017-03-254-5/+76
* [HOTFIX][SQL] Fix the failed test cases in GeneratorFunctionSuiteXiao Li2017-03-241-6/+6
* [DOCS] Clarify round mode for format_number & round functionsRoxanne Moslehi2017-03-251-5/+5
* Disable generate codegen since it fails my workload.Reynold Xin2017-03-242-29/+1
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-242-16/+85
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-231-3/+1
* [SPARK-19959][SQL] Fix to throw NullPointerException in df[java.lang.Long].c...Kazuaki Ishizaki2017-03-241-0/+11
* Fix compilation of the Scala 2.10 master branchBurak Yavuz2017-03-232-11/+11
* [SPARK-10849][SQL] Adds option to the JDBC data source write for user to spec...sureshthalamati2017-03-235-12/+212
* [SPARK-19876][SS][WIP] OneTime Trigger ExecutorTyson Condie2017-03-2315-43/+402
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-03-233-16/+16
* [SPARK-18579][SQL] Use ignoreLeadingWhiteSpace and ignoreTrailingWhiteSpace o...hyukjinkwon2017-03-235-11/+79
* [BUILD][MINOR] Fix 2.10 buildSameer Agarwal2017-03-221-1/+1
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-2210-147/+148
* [SPARK-20018][SQL] Pivot with timestamp and count should not print internal r...hyukjinkwon2017-03-221-1/+17
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-226-88/+55
* [SPARK-20027][DOCS] Compilation fix in java docs.Prashant Sharma2017-03-221-1/+2