aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-18699][SQL][FOLLOWUP] Add explanation in CSV parser and minor cleanuphyukjinkwon2017-03-031-29/+68
* [SPARK-18726][SQL] resolveRelation for FileFormat DataSource don't need to li...windpiger2017-03-021-4/+9
* [SPARK-19779][SS] Delete needless tmp file after restart structured streaming...guifeng2017-03-021-1/+3
* [SPARK-18352][DOCS] wholeFile JSON update doc and programming guideFelix Cheung2017-03-022-4/+4
* [SPARK-19583][SQL] CTAS for data source table with a created location should ...windpiger2017-03-011-2/+2
* [SPARK-19761][SQL] create InMemoryFileIndex with an empty rootPaths when set ...windpiger2017-03-012-3/+5
* [SPARK-19736][SQL] refreshByPath should clear all cached plans with the speci...Liang-Chi Hsieh2017-03-011-9/+10
* [SPARK-19633][SS] FileSource read from FileSinkLiwei Lin2017-02-283-29/+87
* [SPARK-19572][SPARKR] Allow to disable hive in sparkR shellJeff Zhang2017-02-281-2/+4
* [SPARK-19610][SQL] Support parsing multiline CSV fileshyukjinkwon2017-02-289-132/+371
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-281-0/+3
* [SPARK-19677][SS] Committing a delta file atop an existing one should not fai...Roberto Agostino Vitillo2017-02-281-1/+10
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-286-103/+71
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-282-7/+7
* [SPARK-19748][SQL] refresh function has a wrong order to do cache invalidate ...windpiger2017-02-281-1/+1
* [SPARK-19749][SS] Name socket source with a meaningful nameuncleGen2017-02-271-2/+4
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-261-1/+13
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-243-17/+8
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-241-2/+0
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-244-6/+28
* [SPARK-19664][SQL] put hive.metastore.warehouse.dir in hadoopconf to overwrit...windpiger2017-02-231-2/+6
* [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the exec...Carson Wang2017-02-231-2/+5
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-235-33/+114