svn commit: r30458 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_28_00_02-ff4bb83-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-28 Thread pwendell
Author: pwendell Date: Sun Oct 28 07:17:06 2018 New Revision: 30458 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_28_00_02-ff4bb83 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-25845][SQL] Fix MatchError for calendar interval type in range frame left boundary

2018-10-28 Thread jiangxb1987
Repository: spark Updated Branches: refs/heads/master ff4bb836a -> a7ab7f234 [SPARK-25845][SQL] Fix MatchError for calendar interval type in range frame left boundary ## What changes were proposed in this pull request? WindowSpecDefinition checks start < last, but CalendarIntervalType is not

svn commit: r30461 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_28_04_02-a7ab7f2-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-28 Thread pwendell
Author: pwendell Date: Sun Oct 28 11:16:54 2018 New Revision: 30461 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_28_04_02-a7ab7f2 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-25806][SQL] The instance of FileSplit is redundant

2018-10-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master a7ab7f234 -> 4427a96bc [SPARK-25806][SQL] The instance of FileSplit is redundant ## What changes were proposed in this pull request? The instance of `FileSplit` is redundant for `ParquetFileFormat` and `hive\orc\OrcFileFormat` class.

svn commit: r30472 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_28_16_02-4427a96-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-28 Thread pwendell
Author: pwendell Date: Sun Oct 28 23:17:10 2018 New Revision: 30472 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_28_16_02-4427a96 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-25816][SQL] Fix attribute resolution in nested extractors

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.4 0f74bac64 -> 00771dced [SPARK-25816][SQL] Fix attribute resolution in nested extractors ## What changes were proposed in this pull request? Extractors are made of 2 expressions, one of them defines the the value to be extract from (ca

spark git commit: [SPARK-25816][SQL] Fix attribute resolution in nested extractors

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 4427a96bc -> ca2fca143 [SPARK-25816][SQL] Fix attribute resolution in nested extractors ## What changes were proposed in this pull request? Extractors are made of 2 expressions, one of them defines the the value to be extract from (called

spark git commit: [SPARK-25816][SQL] Fix attribute resolution in nested extractors

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 3afb3a20e -> 53aeb3d65 [SPARK-25816][SQL] Fix attribute resolution in nested extractors Extractors are made of 2 expressions, one of them defines the the value to be extract from (called `child`) and the other defines the way of extrac

svn commit: r30473 - in /dev/spark/2.3.3-SNAPSHOT-2018_10_28_18_02-53aeb3d-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-28 Thread pwendell
Author: pwendell Date: Mon Oct 29 01:17:43 2018 New Revision: 30473 Log: Apache Spark 2.3.3-SNAPSHOT-2018_10_28_18_02-53aeb3d docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

svn commit: r30474 - in /dev/spark/2.4.1-SNAPSHOT-2018_10_28_18_03-00771dc-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-28 Thread pwendell
Author: pwendell Date: Mon Oct 29 01:19:30 2018 New Revision: 30474 Log: Apache Spark 2.4.1-SNAPSHOT-2018_10_28_18_03-00771dc docs [This commit notification would consist of 1477 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

[spark] Git Push Summary

2018-10-28 Thread wenchen
Repository: spark Updated Tags: refs/tags/v2.4.0-rc5 [deleted] 4a7ead480 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r30476 - in /dev/spark/3.0.0-SNAPSHOT-2018_10_28_20_03-ca2fca1-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-28 Thread pwendell
Author: pwendell Date: Mon Oct 29 03:17:29 2018 New Revision: 30476 Log: Apache Spark 3.0.0-SNAPSHOT-2018_10_28_20_03-ca2fca1 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-25797][SQL][DOCS][BACKPORT-2.3] Add migration doc for solving issues caused by view canonicalization approach change

2018-10-28 Thread dongjoon
Repository: spark Updated Branches: refs/heads/branch-2.2 5b1396596 -> 17d882adf [SPARK-25797][SQL][DOCS][BACKPORT-2.3] Add migration doc for solving issues caused by view canonicalization approach change ## What changes were proposed in this pull request? Since Spark 2.2, view definitions ar

spark git commit: [SPARK-25797][SQL][DOCS][BACKPORT-2.3] Add migration doc for solving issues caused by view canonicalization approach change

2018-10-28 Thread dongjoon
Repository: spark Updated Branches: refs/heads/branch-2.3 53aeb3d65 -> 3e0160bac [SPARK-25797][SQL][DOCS][BACKPORT-2.3] Add migration doc for solving issues caused by view canonicalization approach change ## What changes were proposed in this pull request? Since Spark 2.2, view definitions ar

svn commit: r30477 - in /dev/spark/2.3.3-SNAPSHOT-2018_10_28_22_02-3e0160b-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-28 Thread pwendell
Author: pwendell Date: Mon Oct 29 05:16:34 2018 New Revision: 30477 Log: Apache Spark 2.3.3-SNAPSHOT-2018_10_28_22_02-3e0160b 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: [DOC] Fix doc for spark.sql.parquet.recordLevelFilter.enabled

2018-10-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/master ca2fca143 -> 4e990d9dd [DOC] Fix doc for spark.sql.parquet.recordLevelFilter.enabled ## What changes were proposed in this pull request? Updated the doc string value for spark.sql.parquet.recordLevelFilter.enabled to indicate that spark.s

spark git commit: [DOC] Fix doc for spark.sql.parquet.recordLevelFilter.enabled

2018-10-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.4 00771dced -> b6ba0dd47 [DOC] Fix doc for spark.sql.parquet.recordLevelFilter.enabled ## What changes were proposed in this pull request? Updated the doc string value for spark.sql.parquet.recordLevelFilter.enabled to indicate that spa

spark git commit: [DOC] Fix doc for spark.sql.parquet.recordLevelFilter.enabled

2018-10-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 3e0160bac -> 632c0d911 [DOC] Fix doc for spark.sql.parquet.recordLevelFilter.enabled ## What changes were proposed in this pull request? Updated the doc string value for spark.sql.parquet.recordLevelFilter.enabled to indicate that spa

spark git commit: [SPARK-25179][PYTHON][DOCS] Document BinaryType support in Arrow conversion

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 4e990d9dd -> fbaf15050 [SPARK-25179][PYTHON][DOCS] Document BinaryType support in Arrow conversion ## What changes were proposed in this pull request? This PR targets to document binary type in "Apache Arrow in Spark". ## How was this pat

spark git commit: [SPARK-25179][PYTHON][DOCS] Document BinaryType support in Arrow conversion

2018-10-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.4 b6ba0dd47 -> 7f4fce426 [SPARK-25179][PYTHON][DOCS] Document BinaryType support in Arrow conversion ## What changes were proposed in this pull request? This PR targets to document binary type in "Apache Arrow in Spark". ## How was this

[1/2] spark git commit: Preparing Spark release v2.4.0-rc5

2018-10-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.4 7f4fce426 -> 22bec3c6d Preparing Spark release v2.4.0-rc5 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0a4c03f7 Tree: http://git-wip-us.apache.org/repos/asf/spar

[2/2] spark git commit: Preparing development version 2.4.1-SNAPSHOT

2018-10-28 Thread wenchen
Preparing development version 2.4.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/22bec3c6 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/22bec3c6 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/22b

[spark] Git Push Summary

2018-10-28 Thread wenchen
Repository: spark Updated Tags: refs/tags/v2.4.0-rc5 [created] 0a4c03f7d - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org