spark git commit: [SPARK-19072][SQL] codegen of Literal should not output boxed value

2017-01-03 Thread yhuai
Repository: spark Updated Branches: refs/heads/master b67b35f76 -> cbd11d235 [SPARK-19072][SQL] codegen of Literal should not output boxed value ## What changes were proposed in this pull request? In https://github.com/apache/spark/pull/16402 we made a mistake that, when double/float is infi

spark git commit: [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitioned Tables in InMemoryCatalog

2017-01-03 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 89bf370e4 -> b67b35f76 [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitioned Tables in InMemoryCatalog ### What changes were proposed in this pull request? The data in the managed table should be deleted after tabl

spark git commit: [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitioned Tables in InMemoryCatalog

2017-01-03 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.1 94272a960 -> 776255065 [SPARK-19048][SQL] Delete Partition Location when Dropping Managed Partitioned Tables in InMemoryCatalog ### What changes were proposed in this pull request? The data in the managed table should be deleted after

spark git commit: [SPARK-15555][MESOS] Driver with --supervise option cannot be killed in Mesos mode

2017-01-03 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 7a2b5f93b -> 89bf370e4 [SPARK-1][MESOS] Driver with --supervise option cannot be killed in Mesos mode ## What changes were proposed in this pull request? Not adding the Killed applications for retry. ## How was this patch tested? I h

spark git commit: [SPARK-18877][SQL] `CSVInferSchema.inferField` on DecimalType should find a common type with `typeSoFar`

2017-01-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 52636226d -> 7a2b5f93b [SPARK-18877][SQL] `CSVInferSchema.inferField` on DecimalType should find a common type with `typeSoFar` ## What changes were proposed in this pull request? CSV type inferencing causes `IllegalArgumentException` on

spark git commit: [SPARK-18932][SQL] Support partial aggregation for collect_set/collect_list

2017-01-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e5c307c50 -> 52636226d [SPARK-18932][SQL] Support partial aggregation for collect_set/collect_list ## What changes were proposed in this pull request? Currently collect_set/collect_list aggregation expression don't support partial aggrega

spark git commit: [MINOR] Add missing sc.stop() to end of examples

2017-01-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master ae83c2112 -> e5c307c50 [MINOR] Add missing sc.stop() to end of examples ## What changes were proposed in this pull request? Add `finally` clause for `sc.stop()` in the `test("register and deregister Spark listener from SparkContext")`. #