aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17475][STREAMING] Delete CRC files if the filesystem doesn't use check...frreiss2016-11-012-0/+11
* [SPARK-17992][SQL] Return all partitions from HiveShim when Hive throws a met...Michael Allman2016-11-014-65/+160
* [SPARK-17838][SPARKR] Check named arguments for options and use formatted R f...hyukjinkwon2016-11-015-25/+64
* [SPARK-18216][SQL] Make Column.expr publicReynold Xin2016-11-011-1/+4
* [SPARK-18025] Use commit protocol API in structured streamingReynold Xin2016-11-0110-475/+174
* [SPARK-18088][ML] Various ChiSqSelector cleanupsJoseph K. Bradley2016-11-019-185/+197
* [SPARK-18182] Expose ReplayListenerBus.read() overload which takes string ite...Josh Rosen2016-11-011-2/+13
* [SPARK-17350][SQL] Disable default use of KryoSerializer in Thrift ServerJosh Rosen2016-11-012-13/+2
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-0111-16/+177
* [SPARK-18167] Disable flaky SQLQuerySuite testEric Liang2016-11-011-1/+1
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-014-64/+140
* [SPARK-18189][SQL] Fix serialization issue in KeyValueGroupedDatasetErgin Seyfe2016-11-012-1/+18
* [SPARK-18103][FOLLOW-UP][SQL][MINOR] Rename `MetadataLogFileCatalog` to `Meta...Liwei Lin2016-11-011-0/+0
* [SPARK-17848][ML] Move LabelCol datatype cast into Predictor.fitZheng RuiFeng2016-11-019-11/+98
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-0115-170/+200
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-0115-200/+170
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-016-13/+39
* [SPARK-18114][MESOS] Fix mesos cluster scheduler generage command option errorWang Lei2016-11-011-1/+1
* [SPARK-16881][MESOS] Migrate Mesos configs to use ConfigEntrySandeep Singh2016-11-014-6/+68
* [SPARK-15994][MESOS] Allow enabling Mesos fetch cache in coarse executor backendCharles Allen2016-11-015-7/+45
* [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