aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [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-232-15/+15
* [SPARK-18579][SQL] Use ignoreLeadingWhiteSpace and ignoreTrailingWhiteSpace o...hyukjinkwon2017-03-234-11/+22
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-226-80/+81
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-224-17/+6
* [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-1912-330/+691
* [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
* [SPARK-19828][R] Support array type in from_json in Rhyukjinkwon2017-03-141-1/+1
* [SPARK-19918][SQL] Use TextFileFormat in implementation of TextInputJsonDataS...hyukjinkwon2017-03-155-94/+122
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-153-10/+6
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-146-13/+42
* [SPARK-18961][SQL] Support `SHOW TABLE EXTENDED ... PARTITION` statementjiangxingbo2017-03-143-21/+38
* [SPARK-19944][SQL] Move SQLConf from sql/core to sql/catalystReynold Xin2017-03-141-1115/+0
* [SPARK-18874][SQL] First phase: Deferring the correlated predicate pull up to...Nattavut Sutyanyong2017-03-141-3/+0
* [SPARK-19921][SQL][TEST] Enable end-to-end testing using different Hive metas...Xiao Li2017-03-141-1/+1
* [SPARK-19916][SQL] simplify bad file handlingWenchen Fan2017-03-123-63/+43
* [DOCS][SS] fix structured streaming python exampleuncleGen2017-03-121-1/+1
* [SPARK-19723][SQL] create datasource table with an non-existent location shou...windpiger2017-03-101-1/+2
* [SPARK-19905][SQL] Bring back Dataset.inputFiles for Hive SerDe tablesCheng Lian2017-03-101-0/+3
* [SPARK-19620][SQL] Fix incorrect exchange coordinator id in the physical planCarson Wang2017-03-101-1/+1
* [SPARK-19786][SQL] Facilitate loop optimizations in a JIT compiler regarding ...Kazuaki Ishizaki2017-03-104-7/+39
* [SPARK-19891][SS] Await Batch Lock notified on stream execution exitTyson Condie2017-03-091-0/+7
* [SPARK-19008][SQL] Improve performance of Dataset.map by eliminating boxing/u...Kazuaki Ishizaki2017-03-091-2/+4