spark git commit: [SPARK-15379][SQL] check special invalid date

2016-05-22 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 92c87f74d -> ddac9f262 [SPARK-15379][SQL] check special invalid date ## What changes were proposed in this pull request? When invalid date string like "2015-02-29 00:00:00" are cast as date or timestamp using spark sql, it used to

spark git commit: [SPARK-15379][SQL] check special invalid date

2016-05-22 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 3eff65f82 -> fc44b694b [SPARK-15379][SQL] check special invalid date ## What changes were proposed in this pull request? When invalid date string like "2015-02-29 00:00:00" are cast as date or timestamp using spark sql, it used to not

spark git commit: [MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuite

2016-05-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 72288fd67 -> 3eff65f82 [MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuite ## What changes were proposed in this pull request? More than 100 chars in line. ## How was this patch tested? Author: Sandeep Singh

spark git commit: [MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuite

2016-05-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 d39eb4bc3 -> 92c87f74d [MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuite ## What changes were proposed in this pull request? More than 100 chars in line. ## How was this patch tested? Author: Sandeep Singh

spark git commit: [SPARK-15468][SQL] fix some typos

2016-05-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7920296bf -> 72288fd67 [SPARK-15468][SQL] fix some typos ## What changes were proposed in this pull request? Fix some typos while browsing the codes. ## How was this patch tested? None and obvious. Author: Bo Meng

spark git commit: [SPARK-15468][SQL] fix some typos

2016-05-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 831c7c085 -> d39eb4bc3 [SPARK-15468][SQL] fix some typos ## What changes were proposed in this pull request? Fix some typos while browsing the codes. ## How was this patch tested? None and obvious. Author: Bo Meng

spark git commit: [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccumulator

2016-05-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 24ea16598 -> 831c7c085 [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccumulator ## What changes were proposed in this pull request? In `ListAccumulator` we create an unmodifiable view for underlying list.

spark git commit: [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccumulator

2016-05-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1ffa608ba -> 7920296bf [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccumulator ## What changes were proposed in this pull request? In `ListAccumulator` we create an unmodifiable view for underlying list.

spark git commit: [SPARK-15428][SQL] Disable multiple streaming aggregations

2016-05-22 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.0 9bfb16a6b -> 24ea16598 [SPARK-15428][SQL] Disable multiple streaming aggregations ## What changes were proposed in this pull request? Incrementalizing plans of with multiple streaming aggregation is tricky and we dont have the

spark git commit: [SPARK-15428][SQL] Disable multiple streaming aggregations

2016-05-22 Thread tdas
Repository: spark Updated Branches: refs/heads/master 845e447fa -> 1ffa608ba [SPARK-15428][SQL] Disable multiple streaming aggregations ## What changes were proposed in this pull request? Incrementalizing plans of with multiple streaming aggregation is tricky and we dont have the necessary

spark git commit: [SPARK-15459][SQL] Make Range logical and physical explain consistent

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/master a11175eec -> 845e447fa [SPARK-15459][SQL] Make Range logical and physical explain consistent ## What changes were proposed in this pull request? This patch simplifies the implementation of Range operator and make the explain string

spark git commit: [SPARK-15459][SQL] Make Range logical and physical explain consistent

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 199bac8fa -> 9bfb16a6b [SPARK-15459][SQL] Make Range logical and physical explain consistent ## What changes were proposed in this pull request? This patch simplifies the implementation of Range operator and make the explain string

spark git commit: [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Properties

2016-05-22 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 da5d2300e -> 199bac8fa [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Properties What changes were proposed in this pull request? When there are duplicate keys in the partition specs or table properties, we

spark git commit: [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Properties

2016-05-22 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 6d0bfb960 -> a11175eec [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Properties What changes were proposed in this pull request? When there are duplicate keys in the partition specs or table properties, we

spark git commit: Small documentation and style fix.

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6cb8f836d -> 6d0bfb960 Small documentation and style fix. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6d0bfb96 Tree:

spark git commit: [SPARK-15396][SQL][DOC] It can't connect hive metastore database

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 fd7e83119 -> da5d2300e [SPARK-15396][SQL][DOC] It can't connect hive metastore database What changes were proposed in this pull request? The `hive.metastore.warehouse.dir` property in hive-site.xml is deprecated since Spark

spark git commit: [SPARK-15396][SQL][DOC] It can't connect hive metastore database

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/master 223f63390 -> 6cb8f836d [SPARK-15396][SQL][DOC] It can't connect hive metastore database What changes were proposed in this pull request? The `hive.metastore.warehouse.dir` property in hive-site.xml is deprecated since Spark 2.0.0.

spark git commit: [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 9a08c9f1c -> fd7e83119 [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1 ## What changes were proposed in this pull request? This PR makes BroadcastHint more deterministic by using a special

spark git commit: [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/master df9adb5ec -> 223f63390 [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1 ## What changes were proposed in this pull request? This PR makes BroadcastHint more deterministic by using a special isBroadcastable