[GitHub] spark pull request #19376: [SPARK-22153][SQL] Rename ShuffleExchange -> Shuf...

2017-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/19376


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #19376: [SPARK-22153][SQL] Rename ShuffleExchange -> Shuf...

2017-09-27 Thread rxin
GitHub user rxin opened a pull request:

https://github.com/apache/spark/pull/19376

[SPARK-22153][SQL] Rename ShuffleExchange -> ShuffleExchangeExec

## What changes were proposed in this pull request?
For some reason when we added the Exec suffix to all physical operators, we 
missed this one. I was looking for this physical operator today and couldn't 
find it, because I was looking for ExchangeExec.

## How was this patch tested?
This is a simple rename and should be covered by existing tests.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rxin/spark SPARK-22153

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/19376.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19376


commit 9e9627dba1157499798a06f21d5aedf83dbe9acd
Author: Reynold Xin 
Date:   2017-09-28T04:18:07Z

[SPARK-22153][SQL] Rename ShuffleExchange -> ShuffleExchangeExec

commit 1de6165cbe6abe3af5dee7882b8cd9185493
Author: Reynold Xin 
Date:   2017-09-28T04:19:43Z

Fix 100 char




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org