aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-12334][SQL][PYSPARK] Support read from multiple input paths for orc fi...Jeff Zhang2017-03-091-3/+3
* [SPARK-19861][SS] watermark should not be a negative time.uncleGen2017-03-092-1/+26
* [SPARK-19715][STRUCTURED STREAMING] Option to Strip Paths in FileSourceLiwei Lin2017-03-093-19/+62
* [SPARK-19561][SQL] add int case handling for TimestampTypeJason White2017-03-091-0/+2
* [SPARK-19763][SQL] qualified external datasource table location stored in cat...windpiger2017-03-094-21/+46
* [SPARK-19859][SS][FOLLOW-UP] The new watermark should override the old one.uncleGen2017-03-081-8/+11
* [SPARK-19235][SQL][TESTS] Enable Test Cases in DDLSuite with Hive MetastoreXiao Li2017-03-082-191/+270
* [MINOR][SQL] The analyzer rules are fired twice for cases when AnalysisExcept...Dilip Biswal2017-03-081-2/+7
* [SPARK-19813] maxFilesPerTrigger combo latestFirst may miss old files in comb...Burak Yavuz2017-03-083-38/+63
* [SPARK-15463][SQL] Add an API to load DataFrame from Dataset[String] storing CSVhyukjinkwon2017-03-085-30/+121
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-089-111/+421
* [SPARK-19858][SS] Add output mode to flatMapGroupsWithState and disallow inva...Shixiong Zhu2017-03-088-84/+141
* [SPARK-19727][SQL] Fix for round function that modifies original columnWojtek Szymanski2017-03-081-0/+12
* [SPARK-19864][SQL][TEST] provide a makeQualifiedPath functions to optimize so...windpiger2017-03-082-11/+14
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-082-9/+10
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-082-4/+1
* [SPARK-17080][SQL] join reorderwangzhenhua2017-03-082-1/+17
* [SPARK-19693][SQL] Make the SET mapreduce.job.reduces automatically converted...Yuming Wang2017-03-083-0/+33