[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18095 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18095#discussion_r118384528 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchange.scala --- @@ -40,14 +40,17 @@ case class ShuffleExchange(

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread rednaxelafx
Github user rednaxelafx commented on a diff in the pull request: https://github.com/apache/spark/pull/18095#discussion_r118382726 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchange.scala --- @@ -40,14 +40,17 @@ case class ShuffleExchange(

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18095#discussion_r118365866 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchange.scala --- @@ -40,14 +40,17 @@ case class ShuffleExchange(

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18095#discussion_r118361491 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchange.scala --- @@ -47,7 +47,7 @@ case class ShuffleExchange(

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread rednaxelafx
Github user rednaxelafx commented on a diff in the pull request: https://github.com/apache/spark/pull/18095#discussion_r118359189 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchange.scala --- @@ -47,7 +47,7 @@ case class ShuffleExchange(

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/18095#discussion_r118339002 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchange.scala --- @@ -47,7 +47,7 @@ case class ShuffleExchange(

[GitHub] spark pull request #18095: [SPARK-20872][SQL] ShuffleExchange.nodeName shoul...

2017-05-24 Thread rednaxelafx
GitHub user rednaxelafx opened a pull request: https://github.com/apache/spark/pull/18095 [SPARK-20872][SQL] ShuffleExchange.nodeName should handle null coordinator ## What changes were proposed in this pull request? A one-liner change in `ShuffleExchange.nodeName` to cover