spark git commit: [SPARK-26198][SQL] Fix Metadata serialize null values throw NPE

2018-12-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.3 0058986de -> 8236f6497 [SPARK-26198][SQL] Fix Metadata serialize null values throw NPE How to reproduce this issue: ```scala scala> val meta = new org.apache.spark.sql.types.MetadataBuilder().putNull("key").build().json

spark git commit: [SPARK-26198][SQL] Fix Metadata serialize null values throw NPE

2018-12-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.4 58a4c0ce7 -> 91b86b7f3 [SPARK-26198][SQL] Fix Metadata serialize null values throw NPE ## What changes were proposed in this pull request? How to reproduce this issue: ```scala scala> val meta = new

[spark] Git Push Summary

2018-12-02 Thread wenchen
Repository: spark Updated Tags: refs/tags/v2.4.0 [created] 075447b39 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r31309 - in /dev/spark/3.0.0-SNAPSHOT-2018_12_02_10_08-676bbb2-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-12-02 Thread pwendell
Author: pwendell Date: Sun Dec 2 18:20:48 2018 New Revision: 31309 Log: Apache Spark 3.0.0-SNAPSHOT-2018_12_02_10_08-676bbb2 docs [This commit notification would consist of 1764 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-26198][SQL] Fix Metadata serialize null values throw NPE

2018-12-02 Thread srowen
Repository: spark Updated Branches: refs/heads/master 9cda9a892 -> 676bbb244 [SPARK-26198][SQL] Fix Metadata serialize null values throw NPE ## What changes were proposed in this pull request? How to reproduce this issue: ```scala scala> val meta = new

svn commit: r31299 - in /dev/spark/2.4.1-SNAPSHOT-2018_12_02_04_05-58a4c0c-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-12-02 Thread pwendell
Author: pwendell Date: Sun Dec 2 12:20:12 2018 New Revision: 31299 Log: Apache Spark 2.4.1-SNAPSHOT-2018_12_02_04_05-58a4c0c docs [This commit notification would consist of 1476 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r31298 - in /dev/spark/3.0.0-SNAPSHOT-2018_12_02_02_05-9cda9a8-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-12-02 Thread pwendell
Author: pwendell Date: Sun Dec 2 10:17:26 2018 New Revision: 31298 Log: Apache Spark 3.0.0-SNAPSHOT-2018_12_02_02_05-9cda9a8 docs [This commit notification would consist of 1764 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-26080][PYTHON] Skips Python resource limit on Windows in Python worker

2018-12-02 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.4 3ec03ecf2 -> 58a4c0ce7 [SPARK-26080][PYTHON] Skips Python resource limit on Windows in Python worker ## What changes were proposed in this pull request? `resource` package is a Unix specific package. See

spark git commit: [SPARK-26080][PYTHON] Skips Python resource limit on Windows in Python worker

2018-12-02 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master c7d95cced -> 9cda9a892 [SPARK-26080][PYTHON] Skips Python resource limit on Windows in Python worker ## What changes were proposed in this pull request? `resource` package is a Unix specific package. See

spark git commit: [SPARK-26208][SQL] add headers to empty csv files when header=true

2018-12-02 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 031bd80e4 -> c7d95cced [SPARK-26208][SQL] add headers to empty csv files when header=true ## What changes were proposed in this pull request? Add headers to empty csv files when header=true, because otherwise these files are invalid when