svn commit: r26221 - in /dev/spark/2.3.1-SNAPSHOT-2018_04_07_22_01-1a537a2-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-07 Thread pwendell
Author: pwendell Date: Sun Apr 8 05:17:30 2018 New Revision: 26221 Log: Apache Spark 2.3.1-SNAPSHOT-2018_04_07_22_01-1a537a2 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-23849][SQL] Tests for the samplingRatio option of JSON datasource

2018-04-07 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 2c1fe6475 -> 6a734575a [SPARK-23849][SQL] Tests for the samplingRatio option of JSON datasource ## What changes were proposed in this pull request? Proposed tests checks that only subset of input dataset is touched during schema inferring

spark git commit: [SPARK-23809][SQL][BACKPORT] Active SparkSession should be set by getOrCreate

2018-04-07 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 ccc4a2045 -> 1a537a2ad [SPARK-23809][SQL][BACKPORT] Active SparkSession should be set by getOrCreate This backports https://github.com/apache/spark/pull/20927 to branch-2.3 ## What changes were proposed in this pull request? Currently

spark git commit: [SPARK-23847][PYTHON][SQL] Add asc_nulls_first, asc_nulls_last to PySpark

2018-04-07 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 6ab134ca7 -> 2c1fe6475 [SPARK-23847][PYTHON][SQL] Add asc_nulls_first, asc_nulls_last to PySpark ## What changes were proposed in this pull request? Column.scala and Functions.scala have asc_nulls_first, asc_nulls_last, desc_nulls_first