spark git commit: [SPARK-23020][CORE] Fix races in launcher code, test.

2018-01-15 Thread sameerag
Repository: spark Updated Branches: refs/heads/branch-2.3 e58c4a929 -> 20c69816a [SPARK-23020][CORE] Fix races in launcher code, test. The race in the code is because the handle might update its state to the wrong state if the connection handling thread is still processing incoming data; so

spark git commit: [SPARK-23020][CORE] Fix races in launcher code, test.

2018-01-15 Thread sameerag
Repository: spark Updated Branches: refs/heads/master 07ae39d0e -> 66217dac4 [SPARK-23020][CORE] Fix races in launcher code, test. The race in the code is because the handle might update its state to the wrong state if the connection handling thread is still processing incoming data; so the

svn commit: r24232 - in /dev/spark/2.3.1-SNAPSHOT-2018_01_15_22_01-e2ffb97-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-01-15 Thread pwendell
Author: pwendell Date: Tue Jan 16 06:15:26 2018 New Revision: 24232 Log: Apache Spark 2.3.1-SNAPSHOT-2018_01_15_22_01-e2ffb97 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-22956][SS] Bug fix for 2 streams union failover scenario

2018-01-15 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.3 e2ffb9781 -> e58c4a929 [SPARK-22956][SS] Bug fix for 2 streams union failover scenario ## What changes were proposed in this pull request? This problem reported by yanlin-Lynn ivoson and LiangchangZ. Thanks! When we union 2 streams

spark git commit: [SPARK-22956][SS] Bug fix for 2 streams union failover scenario

2018-01-15 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master c7572b79d -> 07ae39d0e [SPARK-22956][SS] Bug fix for 2 streams union failover scenario ## What changes were proposed in this pull request? This problem reported by yanlin-Lynn ivoson and LiangchangZ. Thanks! When we union 2 streams from

svn commit: r24230 - in /dev/spark/2.4.0-SNAPSHOT-2018_01_15_20_01-c7572b7-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-01-15 Thread pwendell
Author: pwendell Date: Tue Jan 16 04:15:05 2018 New Revision: 24230 Log: Apache Spark 2.4.0-SNAPSHOT-2018_01_15_20_01-c7572b7 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23000] Use fully qualified table names in HiveMetastoreCatalogSuite

2018-01-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 bb8e5addc -> e2ffb9781 [SPARK-23000] Use fully qualified table names in HiveMetastoreCatalogSuite ## What changes were proposed in this pull request? In another attempt to fix DataSourceWithHiveMetastoreCatalogSuite, this patch uses

spark git commit: [SPARK-23000] Use fully qualified table names in HiveMetastoreCatalogSuite

2018-01-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 8ab2d7ea9 -> c7572b79d [SPARK-23000] Use fully qualified table names in HiveMetastoreCatalogSuite ## What changes were proposed in this pull request? In another attempt to fix DataSourceWithHiveMetastoreCatalogSuite, this patch uses

spark git commit: [SPARK-23080][SQL] Improve error message for built-in functions

2018-01-15 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.3 706a308bd -> bb8e5addc [SPARK-23080][SQL] Improve error message for built-in functions ## What changes were proposed in this pull request? When a user puts the wrong number of parameters in a function, an AnalysisException is thrown.

spark git commit: [SPARK-23080][SQL] Improve error message for built-in functions

2018-01-15 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 6c81fe227 -> 8ab2d7ea9 [SPARK-23080][SQL] Improve error message for built-in functions ## What changes were proposed in this pull request? When a user puts the wrong number of parameters in a function, an AnalysisException is thrown. If

svn commit: r24224 - in /dev/spark/2.3.1-SNAPSHOT-2018_01_15_10_01-706a308-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-01-15 Thread pwendell
Author: pwendell Date: Mon Jan 15 18:15:22 2018 New Revision: 24224 Log: Apache Spark 2.3.1-SNAPSHOT-2018_01_15_10_01-706a308 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r24223 - in /dev/spark/2.4.0-SNAPSHOT-2018_01_15_08_01-6c81fe2-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-01-15 Thread pwendell
Author: pwendell Date: Mon Jan 15 16:15:15 2018 New Revision: 24223 Log: Apache Spark 2.4.0-SNAPSHOT-2018_01_15_08_01-6c81fe2 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23035][SQL] Fix improper information of TempTableAlreadyExistsException

2018-01-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 c6a3b9297 -> 706a308bd [SPARK-23035][SQL] Fix improper information of TempTableAlreadyExistsException ## What changes were proposed in this pull request? Problem: it throw TempTableAlreadyExistsException and output "Temporary table

spark git commit: [SPARK-23070] Bump previousSparkVersion in MimaBuild.scala to be 2.2.0

2018-01-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 3491ca4fb -> c6a3b9297 [SPARK-23070] Bump previousSparkVersion in MimaBuild.scala to be 2.2.0 ## What changes were proposed in this pull request? Bump previousSparkVersion in MimaBuild.scala to be 2.2.0 and add the missing exclusions

spark git commit: [SPARK-23070] Bump previousSparkVersion in MimaBuild.scala to be 2.2.0

2018-01-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/master a38c887ac -> bd08a9e7a [SPARK-23070] Bump previousSparkVersion in MimaBuild.scala to be 2.2.0 ## What changes were proposed in this pull request? Bump previousSparkVersion in MimaBuild.scala to be 2.2.0 and add the missing exclusions to

svn commit: r24219 - in /dev/spark/2.3.1-SNAPSHOT-2018_01_15_06_01-3491ca4-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-01-15 Thread pwendell
Author: pwendell Date: Mon Jan 15 14:17:49 2018 New Revision: 24219 Log: Apache Spark 2.3.1-SNAPSHOT-2018_01_15_06_01-3491ca4 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module

2018-01-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master b59808385 -> a38c887ac [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module ## What changes were proposed in this pull request? Remove `MaxPermSize` for `sql` module ## How was this patch tested? Manually tested. Author:

spark git commit: [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module

2018-01-15 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.3 188999a34 -> 3491ca4fb [SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module ## What changes were proposed in this pull request? Remove `MaxPermSize` for `sql` module ## How was this patch tested? Manually tested.

svn commit: r24218 - in /dev/spark/2.4.0-SNAPSHOT-2018_01_15_04_48-b598083-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-01-15 Thread pwendell
Author: pwendell Date: Mon Jan 15 13:02:27 2018 New Revision: 24218 Log: Apache Spark 2.4.0-SNAPSHOT-2018_01_15_04_48-b598083 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r24212 - in /dev/spark/2.3.1-SNAPSHOT-2018_01_15_02_01-188999a-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-01-15 Thread pwendell
Author: pwendell Date: Mon Jan 15 10:15:00 2018 New Revision: 24212 Log: Apache Spark 2.3.1-SNAPSHOT-2018_01_15_02_01-188999a docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23023][SQL] Cast field data to strings in showString

2018-01-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 81b989903 -> 188999a34 [SPARK-23023][SQL] Cast field data to strings in showString ## What changes were proposed in this pull request? The current `Datset.showString` prints rows thru `RowEncoder` deserializers like; ``` scala>

spark git commit: [SPARK-23023][SQL] Cast field data to strings in showString

2018-01-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 9a96bfc8b -> b59808385 [SPARK-23023][SQL] Cast field data to strings in showString ## What changes were proposed in this pull request? The current `Datset.showString` prints rows thru `RowEncoder` deserializers like; ``` scala>

svn commit: r24207 - in /dev/spark/2.4.0-SNAPSHOT-2018_01_15_00_01-9a96bfc-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-01-15 Thread pwendell
Author: pwendell Date: Mon Jan 15 08:15:58 2018 New Revision: 24207 Log: Apache Spark 2.4.0-SNAPSHOT-2018_01_15_00_01-9a96bfc docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]