spark git commit: [SPARK-21114][TEST][2.1] Fix test failure in Spark 2.1/2.0 due to name mismatch

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 915a20104 -> 0ebb3b843 [SPARK-21114][TEST][2.1] Fix test failure in Spark 2.1/2.0 due to name mismatch ## What changes were proposed in this pull request? Name mismatch between 2.1/2.0 and 2.2. Thus, the test cases failed after we

spark git commit: [SPARK-21072][SQL] TreeNode.mapChildren should only apply to the children node.

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 62f2b804e -> 915a20104 [SPARK-21072][SQL] TreeNode.mapChildren should only apply to the children node. ## What changes were proposed in this pull request? Just as the function name and comments of `TreeNode.mapChildren` mentioned, the

spark git commit: [SPARK-21072][SQL] TreeNode.mapChildren should only apply to the children node.

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 5d35d5c15 -> 87ab0cec6 [SPARK-21072][SQL] TreeNode.mapChildren should only apply to the children node. ## What changes were proposed in this pull request? Just as the function name and comments of `TreeNode.mapChildren` mentioned, the

spark git commit: [SPARK-21072][SQL] TreeNode.mapChildren should only apply to the children node.

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 a585c870a -> 9909be368 [SPARK-21072][SQL] TreeNode.mapChildren should only apply to the children node. ## What changes were proposed in this pull request? Just as the function name and comments of `TreeNode.mapChildren` mentioned, the

spark git commit: [SPARK-21112][SQL] ALTER TABLE SET TBLPROPERTIES should not overwrite COMMENT

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/master a18d63711 -> 5d35d5c15 [SPARK-21112][SQL] ALTER TABLE SET TBLPROPERTIES should not overwrite COMMENT ### What changes were proposed in this pull request? `ALTER TABLE SET TBLPROPERTIES` should not overwrite `COMMENT` even if the input

spark git commit: [SPARK-21111][TEST][2.2] Fix the test failure of describe.sql

2017-06-15 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.2 76ee41fd7 -> a585c870a [SPARK-2][TEST][2.2] Fix the test failure of describe.sql ## What changes were proposed in this pull request? Test failed in `describe.sql`. We need to fix the related bug introduced in

spark git commit: [SPARK-20434][YARN][CORE] Move Hadoop delegation token code from yarn to core

2017-06-15 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 7dc3e697c -> a18d63711 [SPARK-20434][YARN][CORE] Move Hadoop delegation token code from yarn to core ## What changes were proposed in this pull request? Move Hadoop delegation token code from `spark-yarn` to `spark-core`, so that other

spark git commit: [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 0239b1673 -> 7efd475d4 [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message ## What changes were proposed in this pull request?

spark git commit: [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 b5504f6d3 -> 76ee41fd7 [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message ## What changes were proposed in this pull request?

spark git commit: [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 a890466bc -> 62f2b804e [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message ## What changes were proposed in this pull request?

spark git commit: [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message

2017-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 1bf55e396 -> 7dc3e697c [SPARK-16251][SPARK-20200][CORE][TEST] Flaky test: org.apache.spark.rdd.LocalCheckpointSuite.missing checkpoint block fails with informative message ## What changes were proposed in this pull request? Currently we

spark git commit: [SPARK-20980][DOCS] update doc to reflect multiLine change

2017-06-15 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master b32b2123d -> 1bf55e396 [SPARK-20980][DOCS] update doc to reflect multiLine change ## What changes were proposed in this pull request? doc only change ## How was this patch tested? manually Author: Felix Cheung

spark git commit: [SPARK-20980][DOCS] update doc to reflect multiLine change

2017-06-15 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 af4f89c98 -> b5504f6d3 [SPARK-20980][DOCS] update doc to reflect multiLine change ## What changes were proposed in this pull request? doc only change ## How was this patch tested? manually Author: Felix Cheung