svn commit: r26888 - in /dev/spark/2.4.0-SNAPSHOT-2018_05_13_20_01-b6c50d7-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-05-13 Thread pwendell
Author: pwendell Date: Mon May 14 03:15:43 2018 New Revision: 26888 Log: Apache Spark 2.4.0-SNAPSHOT-2018_05_13_20_01-b6c50d7 docs [This commit notification would consist of 1462 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

spark git commit: [SPARK-24228][SQL] Fix Java lint errors

2018-05-13 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 7a2d4895c -> b6c50d782 [SPARK-24228][SQL] Fix Java lint errors ## What changes were proposed in this pull request? This PR fixes the following Java lint errors due to importing unimport classes ``` $ dev/lint-java Using `mvn` from path: /u

spark git commit: [SPARK-17916][SQL] Fix empty string being parsed as null when nullValue is set.

2018-05-13 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 3f0e801c1 -> 7a2d4895c [SPARK-17916][SQL] Fix empty string being parsed as null when nullValue is set. ## What changes were proposed in this pull request? I propose to bump version of uniVocity parser up to 2.6.3 where quoted empty string

spark git commit: [SPARK-24186][R][SQL] change reverse and concat to collection functions in R

2018-05-13 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 2fa33649d -> 3f0e801c1 [SPARK-24186][R][SQL] change reverse and concat to collection functions in R ## What changes were proposed in this pull request? reverse and concat are already in functions.R as column string functions. Since now th

svn commit: r26887 - in /dev/spark/2.4.0-SNAPSHOT-2018_05_13_16_01-0d210ec-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-05-13 Thread pwendell
Author: pwendell Date: Sun May 13 23:15:27 2018 New Revision: 26887 Log: Apache Spark 2.4.0-SNAPSHOT-2018_05_13_16_01-0d210ec docs [This commit notification would consist of 1462 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

spark git commit: Update StreamingKMeans.scala

2018-05-13 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0d210ec8b -> 2fa33649d Update StreamingKMeans.scala ## What changes were proposed in this pull request? I think the ‘n_t+t’ in the following code may be wrong, it shoud be ‘n_t+1’ that means is the number of points to the cluster

svn commit: r26885 - in /dev/spark/2.3.1-SNAPSHOT-2018_05_13_14_01-867d948-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-05-13 Thread pwendell
Author: pwendell Date: Sun May 13 21:15:19 2018 New Revision: 26885 Log: Apache Spark 2.3.1-SNAPSHOT-2018_05_13_14_01-867d948 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-24262][PYTHON] Fix typo in UDF type match error message

2018-05-13 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.3 7de4bef9e -> 867d948a6 [SPARK-24262][PYTHON] Fix typo in UDF type match error message ## What changes were proposed in this pull request? Updates `functon` to `function`. This was called out in holdenk's PyCon 2018 conference talk. Di

spark git commit: [SPARK-24262][PYTHON] Fix typo in UDF type match error message

2018-05-13 Thread holden
Repository: spark Updated Branches: refs/heads/master 32acfa78c -> 0d210ec8b [SPARK-24262][PYTHON] Fix typo in UDF type match error message ## What changes were proposed in this pull request? Updates `functon` to `function`. This was called out in holdenk's PyCon 2018 conference talk. Didn't