spark git commit: [SPARK-25862][SQL] Remove rangeBetween APIs introduced in SPARK-21608

2018-10-30 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 243ce319a -> 9cf9a83af [SPARK-25862][SQL] Remove rangeBetween APIs introduced in SPARK-21608 ## What changes were proposed in this pull request? This patch removes the rangeBetween functions introduced in SPARK-21608. As explained in

svn commit: r30541 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_30_20_02-243ce31-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-10-30 Thread pwendell
Author: pwendell Date: Wed Oct 31 03:17:00 2018 New Revision: 30541 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_30_20_02-243ce31 docs [This commit notification would consist of 1472 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARKR] found some extra whitespace in the R tests

2018-10-30 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master f6ff6329e -> 243ce319a [SPARKR] found some extra whitespace in the R tests ## What changes were proposed in this pull request? during my ubuntu-port testing, i found some extra whitespace that for some reason wasn't getting caught on the

spark git commit: [SPARK-25847][SQL][TEST] Refactor JSONBenchmarks to use main method

2018-10-30 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 891032da6 -> f6ff6329e [SPARK-25847][SQL][TEST] Refactor JSONBenchmarks to use main method ## What changes were proposed in this pull request? Refactor JSONBenchmark to use main method use spark-submit: `bin/spark-submit --class

spark git commit: [SPARK-25691][SQL] Use semantic equality in AliasViewChild in order to compare attributes

2018-10-30 Thread wenchen
Repository: spark Updated Branches: refs/heads/master f6cc354d8 -> 891032da6 [SPARK-25691][SQL] Use semantic equality in AliasViewChild in order to compare attributes ## What changes were proposed in this pull request? When we compare attributes, in general, we should always refer to

svn commit: r30540 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_30_16_06-f6cc354-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-10-30 Thread pwendell
Author: pwendell Date: Tue Oct 30 23:20:56 2018 New Revision: 30540 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_30_16_06-f6cc354 docs [This commit notification would consist of 1472 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r30538 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_30_12_06-c36537f-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-10-30 Thread pwendell
Author: pwendell Date: Tue Oct 30 19:21:20 2018 New Revision: 30538 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_30_12_06-c36537f docs [This commit notification would consist of 1472 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-25773][CORE] Cancel zombie tasks in a result stage when the job finishes

2018-10-30 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 94de5609b -> c36537fcf [SPARK-25773][CORE] Cancel zombie tasks in a result stage when the job finishes ## What changes were proposed in this pull request? When a job finishes, there may be some zombie tasks still running due to stage

spark git commit: [SPARK-25848][SQL][TEST] Refactor CSVBenchmarks to use main method

2018-10-30 Thread dongjoon
Repository: spark Updated Branches: refs/heads/master a129f0795 -> 94de5609b [SPARK-25848][SQL][TEST] Refactor CSVBenchmarks to use main method ## What changes were proposed in this pull request? use spark-submit: `bin/spark-submit --class

spark git commit: [SPARK-23429][CORE][FOLLOWUP] MetricGetter should rename to ExecutorMetricType in comments

2018-10-30 Thread irashid
Repository: spark Updated Branches: refs/heads/master ce40efa20 -> a129f0795 [SPARK-23429][CORE][FOLLOWUP] MetricGetter should rename to ExecutorMetricType in comments ## What changes were proposed in this pull request? MetricGetter should rename to ExecutorMetricType in comments. ## How

svn commit: r30533 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_30_08_04-ce40efa-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-10-30 Thread pwendell
Author: pwendell Date: Tue Oct 30 15:19:32 2018 New Revision: 30533 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_30_08_04-ce40efa docs [This commit notification would consist of 1472 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-25790][MLLIB] PCA: Support more than 65535 column matrix

2018-10-30 Thread srowen
Repository: spark Updated Branches: refs/heads/master 327456b48 -> ce40efa20 [SPARK-25790][MLLIB] PCA: Support more than 65535 column matrix ## What changes were proposed in this pull request? Spark PCA supports maximum only ~65,535 columns matrix. This is due to the fact that, it computes

spark git commit: [BUILD][MINOR] release script should not interrupt by svn

2018-10-30 Thread wenchen
Repository: spark Updated Branches: refs/heads/master eab39f79e -> 327456b48 [BUILD][MINOR] release script should not interrupt by svn ## What changes were proposed in this pull request? When running the release script, you will be interrupted unexpectedly ``` ATTENTION! Your password for

spark git commit: [SPARK-25755][SQL][TEST] Supplementation of non-CodeGen unit tested for BroadcastHashJoinExec

2018-10-30 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 5bd5e1b9c -> eab39f79e [SPARK-25755][SQL][TEST] Supplementation of non-CodeGen unit tested for BroadcastHashJoinExec ## What changes were proposed in this pull request? Currently, the BroadcastHashJoinExec physical plan supports CodeGen