aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-012-1/+14
* [MINOR][DOC] Remove spaces following slashsDongjoon Hyun2016-11-011-24/+20
* [SPARK-18107][SQL] Insert overwrite statement runs much slower in spark-sql t...Liang-Chi Hsieh2016-11-012-1/+56
* [SPARK-18024][SQL] Introduce an internal commit protocol APIReynold Xin2016-10-3113-241/+387
* [SPARK-18167][SQL] Retry when the SQLQuerySuite test flakesEric Liang2016-10-311-8/+20
* [SPARK-18087][SQL] Optimize insert to not require REPAIR TABLEEric Liang2016-10-315-21/+52
* [SPARK-18167][SQL] Also log all partitions when the SQLQuerySuite test flakesEric Liang2016-10-311-2/+1
* [SPARK-18030][TESTS] Fix flaky FileStreamSourceSuite by not deleting the filesShixiong Zhu2016-10-311-10/+0
* [SPARK-17972][SQL] Add Dataset.checkpoint() to truncate large query plansCheng Lian2016-10-314-12/+157
* [BUILD] Close stale Pull Requests.Sean Owen2016-10-310-0/+0
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-314-0/+63
* [SPARK-18110][PYTHON][ML] add missing parameter in Python for RandomForest re...Felix Cheung2016-10-302-11/+12
* [SPARK-16137][SPARKR] randomForest for RFelix Cheung2016-10-307-34/+656
* [SPARK-17919] Make timeout to RBackend configurable in SparkRHossein2016-10-3011-16/+134
* [SPARK-18106][SQL] ANALYZE TABLE should raise a ParseException for invalid op...Dongjoon Hyun2016-10-302-5/+23
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-3021-79/+79
* [SPARK-18146][SQL] Avoid using Union to chain together create table and repai...Eric Liang2016-10-301-7/+5
* [SPARK-3261][MLLIB] KMeans clusterer can return duplicate cluster centersSean Owen2016-10-303-65/+85
* [SPARK-16312][FOLLOW-UP][STREAMING][KAFKA][DOC] Add java code snippet for Kaf...Liwei Lin2016-10-301-11/+122
* [SPARK-18167][SQL] Add debug code for SQLQuerySuite flakiness when metastore ...Eric Liang2016-10-291-1/+14
* [SPARK-18164][SQL] ForeachSink should fail the Spark job if `process` throws ...Shixiong Zhu2016-10-282-10/+16
* [SPARK-5992][ML] Locality Sensitive HashingYunni2016-10-286-0/+1208
* [SPARK-18133][EXAMPLES][ML] Python ML Pipeline Example has syntax e…Jagadeesan2016-10-285-15/+15
* [SPARK-18109][ML] Add instrumentation to GMMZheng RuiFeng2016-10-281-0/+6
* [SPARK-18121][SQL] Unable to query global temp views when hive support is ena...Sunitha Kambhampati2016-10-282-2/+24
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-2726-329/+596
* [SPARK-16963][SQL] Fix test "StreamExecution metadata garbage collection"Shixiong Zhu2016-10-271-1/+1
* [SPARK-17219][ML] enhanced NaN value handling in BucketizerVinceShieh2016-10-277-42/+161
* [SPARK-17813][SQL][KAFKA] Maximum data per triggercody koeninger2016-10-273-27/+157
* [SPARK-CORE][TEST][MINOR] Fix the wrong comment in testwm624@hotmail.com2016-10-271-3/+3
* [SQL][DOC] updating doc for JSON source to link to jsonlines.orgFelix Cheung2016-10-269-23/+35
* [SPARK-17157][SPARKR][FOLLOW-UP] doc fixesFelix Cheung2016-10-261-15/+11
* [SPARK-18132] Fix checkstyleYin Huai2016-10-261-2/+3
* [SPARK-18009][SQL] Fix ClassCastException while calling toLocalIterator() on ...Dilip Biswal2016-10-272-0/+9
* [SPARK-17770][CATALYST] making ObjectType publicALeksander Eskilson2016-10-261-5/+7
* [SPARK-16963][STREAMING][SQL] Changes to Source trait and related implementat...frreiss2016-10-266-36/+154
* [SPARK-18126][SPARK-CORE] getIteratorZipWithIndex accepts negative value as i...Miao Wang2016-10-272-0/+4
* [SPARK-17157][SPARKR] Add multiclass logistic regression SparkR Wrapperwm624@hotmail.com2016-10-266-3/+410
* [SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite...jiangxingbo2016-10-263-192/+290
* [SPARK-14300][DOCS][MLLIB] Scala MLlib examples code merge and clean upXin Ren2016-10-263-148/+19
* [SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkRWeichenXu2016-10-266-4/+79
* [MINOR][ML] Refactor clustering summary.Yanbo Liang2016-10-264-83/+80
* [SPARK-18104][DOC] Don't build KafkaSource docShixiong Zhu2016-10-261-2/+2
* [SPARK-18063][SQL] Failed to infer constraints over multiple aliasesjiangxingbo2016-10-262-6/+18
* [SPARK-13747][SQL] Fix concurrent executions in ForkJoinPool for SQLShixiong Zhu2016-10-264-2/+25
* [SPARK-17748][FOLLOW-UP][ML] Reorg variables of WeightedLeastSquares.Yanbo Liang2016-10-262-68/+86
* [SPARK-18093][SQL] Fix default value test in SQLConfSuite to work rega…Mark Grover2016-10-261-2/+5
* [SPARK-17733][SQL] InferFiltersFromConstraints rule never terminates for queryjiangxingbo2016-10-264-14/+191
* [SPARK-17802] Improved caller context logging.Shuai Lin2016-10-262-19/+36
* [SPARK-4411][WEB UI] Add "kill" link for jobs in the UIAlex Bozarth2016-10-267-29/+104