spark git commit: [SPARK-22036][SQL][FOLLOWUP] Fix decimalArithmeticOperations.sql

2018-02-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 45f0f4ff7 -> 430025cba [SPARK-22036][SQL][FOLLOWUP] Fix decimalArithmeticOperations.sql ## What changes were proposed in this pull request? Fix decimalArithmeticOperations.sql test ## How was this patch tested? N/A Author: Yuming

svn commit: r24687 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_04_10_01-430025c-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-02-04 Thread pwendell
Author: pwendell Date: Sun Feb 4 18:15:38 2018 New Revision: 24687 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_04_10_01-430025c docs [This commit notification would consist of 1442 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-22036][SQL][FOLLOWUP] Fix decimalArithmeticOperations.sql

2018-02-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 715047b02 -> 6fb3fd153 [SPARK-22036][SQL][FOLLOWUP] Fix decimalArithmeticOperations.sql ## What changes were proposed in this pull request? Fix decimalArithmeticOperations.sql test ## How was this patch tested? N/A Author: Yuming Wang

svn commit: r24688 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_04_12_01-6fb3fd1-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-02-04 Thread pwendell
Author: pwendell Date: Sun Feb 4 20:15:16 2018 New Revision: 24688 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_04_12_01-6fb3fd1 docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r24679 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_04_04_01-715047b-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-02-04 Thread pwendell
Author: pwendell Date: Sun Feb 4 12:18:43 2018 New Revision: 24679 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_04_04_01-715047b docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23256][ML][PYTHON] Add columnSchema method to PySpark image reader

2018-02-04 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 551dff2bc -> 715047b02 [SPARK-23256][ML][PYTHON] Add columnSchema method to PySpark image reader ## What changes were proposed in this pull request? This PR proposes to add `columnSchema` in Python side too. ```python >>> from