aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-19859][SS] The new watermark should override the old oneShixiong Zhu2017-03-071-0/+14
* [SPARK-19841][SS] watermarkPredicate should filter based on keysShixiong Zhu2017-03-072-8/+39
* [SPARK-18389][SQL] Disallow cyclic view referencejiangxingbo2017-03-072-6/+90
* [SPARK-19765][SPARK-18549][SQL] UNCACHE TABLE should un-cache all cached plan...Wenchen Fan2017-03-076-91/+114
* [SPARK-19637][SQL] Add to_json in FunctionRegistryTakeshi Yamamuro2017-03-073-0/+94
* [SPARK-19832][SQL] DynamicPartitionWriteTask get partitionPath should escape ...windpiger2017-03-062-1/+24
* [SPARK-19350][SQL] Cardinality estimation of Limit and Samplewangzhenhua2017-03-061-24/+0
* [SPARK-19709][SQL] Read empty file with CSV data sourceWojtek Szymanski2017-03-062-38/+40
* [SPARK-19211][SQL] Explicitly prevent Insert into View or Create View As Insertjiangxingbo2017-03-063-1/+21
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-0614-62/+168
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-052-6/+71
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-052-8/+31
* [SPARK-19805][TEST] Log the row type when query result dose not matchuncleGen2017-03-051-0/+10
* [SPARK-19816][SQL][TESTS] Fix an issue that DataFrameCallbackSuite doesn't re...Shixiong Zhu2017-03-031-3/+1
* [SPARK-19718][SS] Handle more interrupt cases properly for HadoopShixiong Zhu2017-03-032-10/+119
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-038-46/+155
* [SPARK-19774] StreamExecution should call stop() on sources when a stream failsBurak Yavuz2017-03-033-3/+169
* [SPARK-19710][SQL][TESTS] Fix ordering of rows in query resultsPete Robbins2017-03-036-13/+13
* [SPARK-19758][SQL] Resolving timezone aware expressions with time zone when r...Liang-Chi Hsieh2017-03-032-1/+12
* [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-022-1/+10
* [SPARK-19602][SQL][TESTS] Add tests for qualified column namesSunitha Kambhampati2017-03-028-5/+980
* [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-012-13/+57
* [SPARK-19761][SQL] create InMemoryFileIndex with an empty rootPaths when set ...windpiger2017-03-013-3/+21
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-012-0/+85
* [SPARK-19736][SQL] refreshByPath should clear all cached plans with the speci...Liang-Chi Hsieh2017-03-012-9/+26
* [SPARK-19633][SS] FileSource read from FileSinkLiwei Lin2017-02-285-41/+200