aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-092-65/+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-091-1/+3
* [SPARK-19715][STRUCTURED STREAMING] Option to Strip Paths in FileSourceLiwei Lin2017-03-092-17/+42
* [SPARK-19561][SQL] add int case handling for TimestampTypeJason White2017-03-091-0/+2
* [SPARK-19859][SS][FOLLOW-UP] The new watermark should override the old one.uncleGen2017-03-081-8/+11
* [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-082-5/+14
* [SPARK-15463][SQL] Add an API to load DataFrame from Dataset[String] storing CSVhyukjinkwon2017-03-084-30/+94
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-085-99/+212
* [SPARK-19858][SS] Add output mode to flatMapGroupsWithState and disallow inva...Shixiong Zhu2017-03-085-30/+106
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-081-5/+5
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-081-1/+1
* [SPARK-17080][SQL] join reorderwangzhenhua2017-03-081-0/+16
* [SPARK-19693][SQL] Make the SET mapreduce.job.reduces automatically converted...Yuming Wang2017-03-082-0/+21
* [SPARK-19841][SS] watermarkPredicate should filter based on keysShixiong Zhu2017-03-071-8/+20
* [SPARK-18389][SQL] Disallow cyclic view referencejiangxingbo2017-03-071-2/+59
* [SPARK-19765][SPARK-18549][SQL] UNCACHE TABLE should un-cache all cached plan...Wenchen Fan2017-03-075-76/+79
* [SPARK-19832][SQL] DynamicPartitionWriteTask get partitionPath should escape ...windpiger2017-03-061-1/+1
* [SPARK-19709][SQL] Read empty file with CSV data sourceWojtek Szymanski2017-03-061-32/+36
* [SPARK-19211][SQL] Explicitly prevent Insert into View or Create View As Insertjiangxingbo2017-03-061-0/+9
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-069-23/+45
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-051-5/+47
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-051-8/+17
* [SPARK-19718][SS] Handle more interrupt cases properly for HadoopShixiong Zhu2017-03-031-5/+15
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-035-27/+62
* [SPARK-19774] StreamExecution should call stop() on sources when a stream failsBurak Yavuz2017-03-031-1/+13