aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-20023][SQL] Output table comment for DESC FORMATTEDXiao Li2017-03-224-26/+124
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-217-224/+523
* [SPARK-20051][SS] Fix StreamSuite flaky test - recover from v2.1 checkpointKunal Khamar2017-03-211-40/+37
* [SPARK-19919][SQL] Defer throwing the exception for empty paths in CSV dataso...hyukjinkwon2017-03-223-12/+23
* 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-214-8/+214
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-209-165/+129
* [SPARK-19980][SQL] Add NULL checks in Bean serializerTakeshi Yamamuro2017-03-211-0/+19
* [SPARK-20010][SQL] Sort information is lost after sort merge joinwangzhenhua2017-03-214-9/+57
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-203-33/+55
* [SPARK-19990][SQL][TEST-MAVEN] create a temp file for file in test.jar's reso...windpiger2017-03-202-14/+36
* [SPARK-19994][SQL] Wrong outputOrdering for right/full outer smjwangzhenhua2017-03-202-99/+146
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-194-60/+97
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-1917-382/+1217
* [SPARK-19896][SQL] Throw an exception if case classes have circular reference...Takeshi Yamamuro2017-03-181-0/+24
* [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-1730-47/+207
* [SPARK-19967][SQL] Add from_json in FunctionRegistryTakeshi Yamamuro2017-03-173-2/+154
* [SPARK-19882][SQL] Pivot with null as a distinct pivot value throws NPEAndrew Ray2017-03-171-0/+14
* [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-169-26/+129
* [SPARK-19751][SQL] Throw an exception if bean class has one's own class in fi...Takeshi Yamamuro2017-03-162-0/+119
* [SPARK-19961][SQL][MINOR] unify a erro msg when drop databse for HiveExternal...windpiger2017-03-161-6/+2
* [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-162-3/+44
* [MINOR][CORE] Fix a info message of `prunePartitions`Dongjoon Hyun2017-03-151-1/+2
* [SPARK-13450] Introduce ExternalAppendOnlyUnsafeRowArray. Change CartesianPro...Tejas Patil2017-03-1510-292/+1157
* [SPARK-19877][SQL] Restrict the nested level of a viewjiangxingbo2017-03-141-0/+25
* [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-1411-23/+59
* [SPARK-18966][SQL] NOT IN subquery with correlated expressions may return inc...Nattavut Sutyanyong2017-03-142-1/+73
* [SPARK-19933][SQL] Do not change output of a subqueryHerman van Hovell2017-03-141-0/+14
* [SPARK-18961][SQL] Support `SHOW TABLE EXTENDED ... PARTITION` statementjiangxingbo2017-03-147-83/+163
* [SPARK-19850][SQL] Allow the use of aliases in SQL function callsHerman van Hovell2017-03-142-0/+80
* [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-143-6/+8
* [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-102-42/+67
* [SPARK-19893][SQL] should not run DataFrame set oprations with map typeWenchen Fan2017-03-102-8/+25
* [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-105-7/+55
* [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-093-8/+171
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-093-147/+22