aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-046-12/+79
* [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-031-30/+47
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-034-7/+7
* [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-311-12/+16
* [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-291-6/+16
* [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-291-3/+12
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-294-40/+54
* [SPARK-20134][SQL] SQLMetrics.postDriverMetricUpdates to simplify driver side...Reynold Xin2017-03-294-14/+29
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-283-25/+32
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-285-153/+352
* [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
* [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-241-1/+1
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-241-16/+25
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-231-3/+1
* 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-233-8/+64
* [SPARK-19876][SS][WIP] OneTime Trigger ExecutorTyson Condie2017-03-237-33/+308
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-03-233-16/+16
* [SPARK-18579][SQL] Use ignoreLeadingWhiteSpace and ignoreTrailingWhiteSpace o...hyukjinkwon2017-03-234-11/+22
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-228-84/+85
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-224-17/+6
* [SPARK-20027][DOCS] Compilation fix in java docs.Prashant Sharma2017-03-221-1/+2
* [SPARK-20023][SQL] Output table comment for DESC FORMATTEDXiao Li2017-03-221-2/+3
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-216-90/+255
* [SPARK-19919][SQL] Defer throwing the exception for empty paths in CSV dataso...hyukjinkwon2017-03-222-10/+19
* clarify array_contains function descriptionWill Manning2017-03-221-1/+1
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-212-1/+91
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-207-160/+124
* [SPARK-20010][SQL] Sort information is lost after sort merge joinwangzhenhua2017-03-213-8/+28
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-202-14/+17
* [SPARK-19994][SQL] Wrong outputOrdering for right/full outer smjwangzhenhua2017-03-201-1/+11
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-191-15/+19
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-1914-332/+693
* [SQL][MINOR] Fix scaladoc for UDFRegistrationJacek Laskowski2017-03-171-1/+5
* [SPARK-19873][SS] Record num shuffle partitions in offset log and enforce in ...Kunal Khamar2017-03-173-20/+56
* [SPARK-19987][SQL] Pass all filters into FileIndexReynold Xin2017-03-166-24/+34
* [SPARK-19721][SS] Good error message for version mismatch in log filesLiwei Lin2017-03-165-16/+47
* [SPARK-19948] Document that saveAsTable uses catalog as source of truth for t...Juliusz Sompolski2017-03-161-0/+5
* [SPARK-19931][SQL] InMemoryTableScanExec should rewrite output partitioning a...Liang-Chi Hsieh2017-03-161-3/+18
* [MINOR][CORE] Fix a info message of `prunePartitions`Dongjoon Hyun2017-03-151-1/+2
* [SPARK-13450] Introduce ExternalAppendOnlyUnsafeRowArray. Change CartesianPro...Tejas Patil2017-03-156-291/+405
* [SPARK-19817][SS] Make it clear that `timeZone` is a general option in DataSt...Liwei Lin2017-03-144-10/+42