[1/2] spark git commit: [MINOR][DOC] Fix some typos and grammar issues

2018-04-05 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 249007e37 -> 6ade5cbb4 http://git-wip-us.apache.org/repos/asf/spark/blob/6ade5cbb/docs/structured-streaming-programming-guide.md -- diff --git

[2/2] spark git commit: [MINOR][DOC] Fix some typos and grammar issues

2018-04-05 Thread gurwls223
[MINOR][DOC] Fix some typos and grammar issues ## What changes were proposed in this pull request? Easy fix in the documentation. ## How was this patch tested? N/A Closes #20948 Author: Daniel Sakuma Closes #20928 from dsakuma/fix_typo_configuration_docs. Project:

svn commit: r26203 - in /dev/spark/2.3.1-SNAPSHOT-2018_04_05_22_01-f93667f-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-04-05 Thread pwendell
Author: pwendell Date: Fri Apr 6 05:16:58 2018 New Revision: 26203 Log: Apache Spark 2.3.1-SNAPSHOT-2018_04_05_22_01-f93667f 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-19724][SQL] create a managed table with an existed default table should throw an exception

2018-04-05 Thread lixiao
Repository: spark Updated Branches: refs/heads/master d65e531b4 -> 249007e37 [SPARK-19724][SQL] create a managed table with an existed default table should throw an exception ## What changes were proposed in this pull request? This PR is to finish https://github.com/apache/spark/pull/17272

spark git commit: [SPARK-23823][SQL] Keep origin in transformExpression

2018-04-05 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 0b7b8cced -> f93667f84 [SPARK-23823][SQL] Keep origin in transformExpression Fixes https://issues.apache.org/jira/browse/SPARK-23823 Keep origin for all the methods using transformExpression ## What changes were proposed in this pull

spark git commit: [SPARK-23823][SQL] Keep origin in transformExpression

2018-04-05 Thread lixiao
Repository: spark Updated Branches: refs/heads/master f2ac08795 -> d65e531b4 [SPARK-23823][SQL] Keep origin in transformExpression Fixes https://issues.apache.org/jira/browse/SPARK-23823 Keep origin for all the methods using transformExpression ## What changes were proposed in this pull

spark git commit: [SPARK-23870][ML] Forward RFormula handleInvalid Param to VectorAssembler to handle invalid values in non-string columns

2018-04-05 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 4807d381b -> f2ac08795 [SPARK-23870][ML] Forward RFormula handleInvalid Param to VectorAssembler to handle invalid values in non-string columns ## What changes were proposed in this pull request? `handleInvalid` Param was forwarded to

[2/2] spark git commit: [SPARK-10399][CORE][SQL] Introduce multiple MemoryBlocks to choose several types of memory block

2018-04-05 Thread wenchen
[SPARK-10399][CORE][SQL] Introduce multiple MemoryBlocks to choose several types of memory block ## What changes were proposed in this pull request? This PR allows us to use one of several types of `MemoryBlock`, such as byte array, int array, long array, or `java.nio.DirectByteBuffer`. To use

[1/2] spark git commit: [SPARK-10399][CORE][SQL] Introduce multiple MemoryBlocks to choose several types of memory block

2018-04-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master d9ca1c906 -> 4807d381b http://git-wip-us.apache.org/repos/asf/spark/blob/4807d381/core/src/main/java/org/apache/spark/memory/TaskMemoryManager.java -- diff --git

svn commit: r26197 - in /dev/spark/2.4.0-SNAPSHOT-2018_04_05_12_02-d9ca1c9-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-04-05 Thread pwendell
Author: pwendell Date: Thu Apr 5 19:16:37 2018 New Revision: 26197 Log: Apache Spark 2.4.0-SNAPSHOT-2018_04_05_12_02-d9ca1c9 docs [This commit notification would consist of 1452 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23593][SQL] Add interpreted execution for InitializeJavaBean expression

2018-04-05 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master b2329fb1f -> d9ca1c906 [SPARK-23593][SQL] Add interpreted execution for InitializeJavaBean expression ## What changes were proposed in this pull request? Add interpreted execution for `InitializeJavaBean` expression. ## How was this

svn commit: r26168 - in /dev/spark/2.4.0-SNAPSHOT-2018_04_05_08_01-b2329fb-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-04-05 Thread pwendell
Author: pwendell Date: Thu Apr 5 15:15:55 2018 New Revision: 26168 Log: Apache Spark 2.4.0-SNAPSHOT-2018_04_05_08_01-b2329fb docs [This commit notification would consist of 1452 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: Revert "[SPARK-23593][SQL] Add interpreted execution for InitializeJavaBean expression"

2018-04-05 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 1822ecda5 -> b2329fb1f Revert "[SPARK-23593][SQL] Add interpreted execution for InitializeJavaBean expression" This reverts commit c5c8b544047a83cb6128a20d31f1d943a15f9260. Project: http://git-wip-us.apache.org/repos/asf/spark/repo

spark git commit: [SPARK-23582][SQL] StaticInvoke should support interpreted execution

2018-04-05 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master c5c8b5440 -> 1822ecda5 [SPARK-23582][SQL] StaticInvoke should support interpreted execution ## What changes were proposed in this pull request? This pr added interpreted execution for `StaticInvoke`. ## How was this patch tested? Added

spark git commit: [SPARK-23593][SQL] Add interpreted execution for InitializeJavaBean expression

2018-04-05 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master d3bd0435e -> c5c8b5440 [SPARK-23593][SQL] Add interpreted execution for InitializeJavaBean expression ## What changes were proposed in this pull request? Add interpreted execution for `InitializeJavaBean` expression. ## How was this