spark git commit: [SPARK-24934][SQL] Explicitly whitelist supported types in upper/lower bounds for in-memory partition pruning

2018-07-29 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 bad56bb7b -> aa51c070f [SPARK-24934][SQL] Explicitly whitelist supported types in upper/lower bounds for in-memory partition pruning ## What changes were proposed in this pull request? Looks we intentionally set `null` for

spark git commit: [SPARK-24934][SQL] Explicitly whitelist supported types in upper/lower bounds for in-memory partition pruning

2018-07-29 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 65a4bc143 -> bfe60fcdb [SPARK-24934][SQL] Explicitly whitelist supported types in upper/lower bounds for in-memory partition pruning ## What changes were proposed in this pull request? Looks we intentionally set `null` for upper/lower

svn commit: r28425 - in /dev/spark/2.3.3-SNAPSHOT-2018_07_29_22_01-bad56bb-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-07-29 Thread pwendell
Author: pwendell Date: Mon Jul 30 05:15:24 2018 New Revision: 28425 Log: Apache Spark 2.3.3-SNAPSHOT-2018_07_29_22_01-bad56bb docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-21274][SQL] Implement INTERSECT ALL clause

2018-07-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 6690924c4 -> 65a4bc143 [SPARK-21274][SQL] Implement INTERSECT ALL clause ## What changes were proposed in this pull request? Implements INTERSECT ALL clause through query rewrites using existing operators in Spark. Please refer to

svn commit: r28421 - in /dev/spark/2.4.0-SNAPSHOT-2018_07_29_20_02-6690924-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-07-29 Thread pwendell
Author: pwendell Date: Mon Jul 30 03:16:25 2018 New Revision: 28421 Log: Apache Spark 2.4.0-SNAPSHOT-2018_07_29_20_02-6690924 docs [This commit notification would consist of 1470 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [MINOR] Avoid the 'latest' link that might vary per release in functions.scala's comment

2018-07-29 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 3210121fe -> 6690924c4 [MINOR] Avoid the 'latest' link that might vary per release in functions.scala's comment ## What changes were proposed in this pull request? This PR propose to address

spark git commit: [MINOR][BUILD] Remove -Phive-thriftserver profile within appveyor.yml

2018-07-29 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 3695ba577 -> 3210121fe [MINOR][BUILD] Remove -Phive-thriftserver profile within appveyor.yml ## What changes were proposed in this pull request? This PR propose to remove `-Phive-thriftserver` profile which seems not affecting the SparkR

spark git commit: [MINOR][CORE][TEST] Fix afterEach() in TastSetManagerSuite and TaskSchedulerImplSuite

2018-07-29 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.3 71eb7d468 -> bad56bb7b [MINOR][CORE][TEST] Fix afterEach() in TastSetManagerSuite and TaskSchedulerImplSuite ## What changes were proposed in this pull request? In the `afterEach()` method of both `TastSetManagerSuite` and

spark git commit: [MINOR][CORE][TEST] Fix afterEach() in TastSetManagerSuite and TaskSchedulerImplSuite

2018-07-29 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.2 f52d0c451 -> c4b37696f [MINOR][CORE][TEST] Fix afterEach() in TastSetManagerSuite and TaskSchedulerImplSuite ## What changes were proposed in this pull request? In the `afterEach()` method of both `TastSetManagerSuite` and

spark git commit: [MINOR][CORE][TEST] Fix afterEach() in TastSetManagerSuite and TaskSchedulerImplSuite

2018-07-29 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 2c54aae1b -> 3695ba577 [MINOR][CORE][TEST] Fix afterEach() in TastSetManagerSuite and TaskSchedulerImplSuite ## What changes were proposed in this pull request? In the `afterEach()` method of both `TastSetManagerSuite` and

svn commit: r28419 - in /dev/spark/2.3.3-SNAPSHOT-2018_07_29_14_01-71eb7d4-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-07-29 Thread pwendell
Author: pwendell Date: Sun Jul 29 21:15:26 2018 New Revision: 28419 Log: Apache Spark 2.3.3-SNAPSHOT-2018_07_29_14_01-71eb7d4 docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error

2018-07-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.1 7d50fec3f -> a3eb07db3 [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error When join key is long or int in broadcast join, Spark will use `LongToUnsafeRowMap` to store key-values of the table witch

spark git commit: [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error

2018-07-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 d5f340f27 -> 71eb7d468 [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error When join key is long or int in broadcast join, Spark will use `LongToUnsafeRowMap` to store key-values of the table witch

spark git commit: [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error

2018-07-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 73764737d -> f52d0c451 [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error When join key is long or int in broadcast join, Spark will use `LongToUnsafeRowMap` to store key-values of the table witch

spark git commit: [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error

2018-07-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 8fe5d2c39 -> 2c54aae1b [SPARK-24809][SQL] Serializing LongToUnsafeRowMap in executor may result in data error When join key is long or int in broadcast join, Spark will use `LongToUnsafeRowMap` to store key-values of the table witch will

svn commit: r28416 - in /dev/spark/2.4.0-SNAPSHOT-2018_07_29_08_02-8fe5d2c-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-07-29 Thread pwendell
Author: pwendell Date: Sun Jul 29 15:17:11 2018 New Revision: 28416 Log: Apache Spark 2.4.0-SNAPSHOT-2018_07_29_08_02-8fe5d2c docs [This commit notification would consist of 1470 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark-website git commit: (Forgot Spark version change in last commit)

2018-07-29 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 50b4660ce -> 03f5adcb8 (Forgot Spark version change in last commit) Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/03f5adcb Tree:

spark-website git commit: Update Spark 2.4 release window (and fix Spark URLs in sitemap)

2018-07-29 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site d86cffd19 -> 50b4660ce Update Spark 2.4 release window (and fix Spark URLs in sitemap) Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit:

spark git commit: [SPARK-24956][Build][test-maven] Upgrade maven version to 3.5.4

2018-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master c5b8d54c6 -> 8fe5d2c39 [SPARK-24956][Build][test-maven] Upgrade maven version to 3.5.4 ## What changes were proposed in this pull request? This PR updates maven version from 3.3.9 to 3.5.4. The current build process uses mvn 3.3.9 that