[spark] Git Push Summary

2017-12-06 Thread felixcheung
Repository: spark Updated Tags: refs/tags/v2.2.1 [created] e30e2698a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-22688][SQL] Upgrade Janino version to 3.0.8

2017-12-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master f110a7f88 -> 8ae004b46 [SPARK-22688][SQL] Upgrade Janino version to 3.0.8 ## What changes were proposed in this pull request? This PR upgrade Janino version to 3.0.8. [Janino

spark git commit: [SPARK-22693][SQL] CreateNamedStruct and InSet should not use global variables

2017-12-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 9948b860a -> f110a7f88 [SPARK-22693][SQL] CreateNamedStruct and InSet should not use global variables ## What changes were proposed in this pull request? CreateNamedStruct and InSet are using a global variable which is not needed. This

spark git commit: [SPARK-22516][SQL] Bump up Univocity version to 2.5.9

2017-12-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/master effca9868 -> 9948b860a [SPARK-22516][SQL] Bump up Univocity version to 2.5.9 ## What changes were proposed in this pull request? There was a bug in Univocity Parser that causes the issue in SPARK-22516. This was fixed by upgrading from

spark git commit: [SPARK-22720][SS] Make EventTimeWatermark Extend UnaryNode

2017-12-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 51066b437 -> effca9868 [SPARK-22720][SS] Make EventTimeWatermark Extend UnaryNode ## What changes were proposed in this pull request? Our Analyzer and Optimizer have multiple rules for `UnaryNode`. After making `EventTimeWatermark` extend

spark git commit: [SPARK-14228][CORE][YARN] Lost executor of RPC disassociated, and occurs exception: Could not find CoarseGrainedScheduler or it has been stopped

2017-12-06 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 4286cba7d -> 51066b437 [SPARK-14228][CORE][YARN] Lost executor of RPC disassociated, and occurs exception: Could not find CoarseGrainedScheduler or it has been stopped ## What changes were proposed in this pull request? I see the two

spark git commit: [SPARK-22710] ConfigBuilder.fallbackConf should trigger onCreate function

2017-12-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master e98f9647f -> 4286cba7d [SPARK-22710] ConfigBuilder.fallbackConf should trigger onCreate function ## What changes were proposed in this pull request? I was looking at the config code today and found that configs defined using

spark git commit: [SPARK-22695][SQL] ScalaUDF should not use global variables

2017-12-06 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 813c0f945 -> e98f9647f [SPARK-22695][SQL] ScalaUDF should not use global variables ## What changes were proposed in this pull request? ScalaUDF is using global variables which are not needed. This can generate some unneeded entries in

spark git commit: [SPARK-22704][SQL] Least and Greatest use less global variables

2017-12-06 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 6f41c593b -> 813c0f945 [SPARK-22704][SQL] Least and Greatest use less global variables ## What changes were proposed in this pull request? This PR accomplishes the following two items. 1. Reduce # of global variables from two to one 2.

spark git commit: [SPARK-22690][ML] Imputer inherit HasOutputCols

2017-12-06 Thread holden
Repository: spark Updated Branches: refs/heads/master fb6a92275 -> 6f41c593b [SPARK-22690][ML] Imputer inherit HasOutputCols ## What changes were proposed in this pull request? make `Imputer` inherit `HasOutputCols` ## How was this patch tested? existing tests Author: Zheng RuiFeng

spark git commit: [SPARK-20728][SQL][FOLLOWUP] Use an actionable exception message

2017-12-06 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 00d176d2f -> fb6a92275 [SPARK-20728][SQL][FOLLOWUP] Use an actionable exception message ## What changes were proposed in this pull request? This is a follow-up of https://github.com/apache/spark/pull/19871 to improve an exception