spark git commit: [SPARK-23699][PYTHON][SQL] Raise same type of error caught with Arrow enabled

2018-03-27 Thread cutlerb
Repository: spark Updated Branches: refs/heads/master c68ec4e6a -> ed72badb0 [SPARK-23699][PYTHON][SQL] Raise same type of error caught with Arrow enabled ## What changes were proposed in this pull request? When using Arrow for createDataFrame or toPandas and an error is encountered with

svn commit: r25996 - in /dev/spark/2.4.0-SNAPSHOT-2018_03_27_16_01-c68ec4e-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-03-27 Thread pwendell
Author: pwendell Date: Tue Mar 27 23:15:50 2018 New Revision: 25996 Log: Apache Spark 2.4.0-SNAPSHOT-2018_03_27_16_01-c68ec4e docs [This commit notification would consist of 1451 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23096][SS] Migrate rate source to V2

2018-03-27 Thread tdas
Repository: spark Updated Branches: refs/heads/master 35997b59f -> c68ec4e6a [SPARK-23096][SS] Migrate rate source to V2 ## What changes were proposed in this pull request? This PR migrate micro batch rate source to V2 API and rewrite UTs to suite V2 test. ## How was this patch tested?

spark git commit: [SPARK-23794][SQL] Make UUID as stateful expression

2018-03-27 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 3e778f5a9 -> 35997b59f [SPARK-23794][SQL] Make UUID as stateful expression ## What changes were proposed in this pull request? The UUID() expression is stateful and should implement the `Stateful` trait instead of the `Nondeterministic`