aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-306-25/+257
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-303-7/+35
* [SPARK-18612][MLLIB] Delete broadcasted variable in LBFGS CostFunAnthony Truchet2016-11-301-0/+3
* [SPARK-18366][PYSPARK][ML] Add handleInvalid to Pyspark for QuantileDiscretiz...Sandeep Singh2016-11-301-14/+71
* [SPARK-18617][CORE][STREAMING] Close "kryo auto pick" feature for Spark Strea...uncleGen2016-11-294-9/+65
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-303-3/+110
* [SPARK-17680][SQL][TEST] Added a Testcase for Verifying Unicode Character Sup...gatorsmile2016-11-301-0/+45
* [SPARK-18516][STRUCTURED STREAMING] Follow up PR to add StreamingQuery.status...Tathagata Das2016-11-299-54/+127
* [SPARK-15819][PYSPARK][ML] Add KMeanSummary in KMeans of PySparkJeff Zhang2016-11-292-0/+56
* [SPARK-18145] Update documentation for hive partition management in 2.1Eric Liang2016-11-291-0/+9
* [SPARK-18632][SQL] AggregateFunction should not implement ImplicitCastInputTypesHerman van Hovell2016-11-2924-63/+67
* [SPARK-18319][ML][QA2.1] 2.1 QA: API: Experimental, DeveloperApi, final, seal...Yuhao2016-11-2913-83/+7
* [SPARK-18516][SQL] Split state and progress in streamingTathagata Das2016-11-2926-1752/+1087
* [SPARK-18553][CORE] Fix leak of TaskSetManager following executor lossJosh Rosen2016-11-293-36/+121
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-294-4/+37
* [SPARK-18631][SQL] Changed ExchangeCoordinator re-partitioning to avoid more ...Mark Hamstra2016-11-292-37/+35
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-298-8/+710
* [SPARK-18498][SQL] Revise HDFSMetadataLog API for better testingTyson Condie2016-11-291-34/+66
* [SPARK-18592][ML] Move DT/RF/GBT Param setter methods to subclassesYanbo Liang2016-11-297-90/+260
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-2924-43/+129
* [MINOR][DOCS] Updates to the Accumulator example in the programming guide. Fi...aokolnychyi2016-11-291-21/+33
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-29125-524/+611
* [SPARK-18188] add checksum for blocks of broadcastDavies Liu2016-11-291-0/+32
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-289-33/+273
* [SPARK-18544][SQL] Append with df.saveAsTable writes data to wrong locationEric Liang2016-11-283-9/+34
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-284-6/+6
* [SPARK-18547][CORE] Propagate I/O encryption key when executors register.Marcelo Vanzin2016-11-2815-227/+166
* [SPARK-18588][SS][KAFKA] Ignore the flaky kafka testShixiong Zhu2016-11-281-1/+1
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-282-5/+1
* [SPARK-18523][PYSPARK] Make SparkContext.stop more reliableAlexander Shorin2016-11-281-2/+15
* [SPARK-18403][SQL] Fix unsafe data false sharing issue in ObjectHashAggregate...Cheng Lian2016-11-292-74/+101
* [SPARK-18408][ML] API Improvements for LSHYun Ni2016-11-286-221/+306
* [SPARK-18117][CORE] Add test for TaskSetBlacklistImran Rashid2016-11-283-9/+292
* [SPARK-17680][SQL][TEST] Added test cases for InMemoryRelationKazuaki Ishizaki2016-11-281-2/+146
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-285-2/+518
* [SQL][MINOR] DESC should use 'Catalog' as partition providerWenchen Fan2016-11-281-1/+1
* [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0....Yin Huai2016-11-287-5/+18
* [SPARK-18535][UI][YARN] Redact sensitive information from Spark logs and UIMark Grover2016-11-289-12/+81
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-288-189/+34
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-284-3/+72
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-285-8/+62
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeans\nRemove th...Herman van Hovell2016-11-281-1/+1
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-282-2/+437
* [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the sam...Herman van Hovell2016-11-282-6/+9
* [SPARK-18585][SQL] Use `ev.isNull = "false"` if possible for Janino to have a...Takuya UESHIN2016-11-272-11/+6
* [SPARK-18482][SQL] make sure Spark can access the table metadata created by o...Wenchen Fan2016-11-272-43/+251
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-274-27/+57
* [SPARK-17251][SQL] Improve `OuterReference` to be `NamedExpression`Dongjoon Hyun2016-11-263-2/+53
* [WIP][SQL][DOC] Fix incorrect `code` tagWeiqing Yang2016-11-262-2/+2
* [SPARK-18481][ML] ML 2.1 QA: Remove deprecated methods for MLYanbo Liang2016-11-2616-107/+144