Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-26193][SQL][Follow Up] Read metrics rename and display text changes #23286

Closed
wants to merge 3 commits into from

Conversation

xuanyuanking
Copy link
Member

What changes were proposed in this pull request?

Follow up pr for #23207, include following changes:

  • Rename SQLShuffleMetricsReporter to SQLShuffleReadMetricsReporter to make it match with write side naming.
  • Display text changes for read side for naming consistent.
  • Rename function in ShuffleWriteProcessor.
  • Delete private[spark] in execution package.

How was this patch tested?

Existing tests.

@cloud-fan
Copy link
Contributor

ok to test

@SparkQA
Copy link

SparkQA commented Dec 11, 2018

Test build #99971 has finished for PR 23286 at commit 8d6dac9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Dec 11, 2018

Test build #99972 has finished for PR 23286 at commit 8d6dac9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Dec 12, 2018

LGTM too

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@asfgit asfgit closed this in bd8da37 Dec 12, 2018
@xuanyuanking
Copy link
Member Author

Thanks Wenchen and Reynold.

@xuanyuanking xuanyuanking deleted the SPARK-26193-follow branch December 13, 2018 10:13
holdenk pushed a commit to holdenk/spark that referenced this pull request Jan 5, 2019
…anges

## What changes were proposed in this pull request?
Follow up pr for apache#23207, include following changes:

- Rename `SQLShuffleMetricsReporter` to `SQLShuffleReadMetricsReporter` to make it match with write side naming.
- Display text changes for read side for naming consistent.
- Rename function in `ShuffleWriteProcessor`.
- Delete `private[spark]` in execution package.

## How was this patch tested?

Existing tests.

Closes apache#23286 from xuanyuanking/SPARK-26193-follow.

Authored-by: Yuanjian Li <xyliyuanjian@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
…anges

## What changes were proposed in this pull request?
Follow up pr for apache#23207, include following changes:

- Rename `SQLShuffleMetricsReporter` to `SQLShuffleReadMetricsReporter` to make it match with write side naming.
- Display text changes for read side for naming consistent.
- Rename function in `ShuffleWriteProcessor`.
- Delete `private[spark]` in execution package.

## How was this patch tested?

Existing tests.

Closes apache#23286 from xuanyuanking/SPARK-26193-follow.

Authored-by: Yuanjian Li <xyliyuanjian@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants