Skip to content

[SPARK-33603][SQL] Grouping exception messages in execution/command#32951

Closed
dgd-contributor wants to merge 20 commits intoapache:masterfrom
dgd-contributor:SPARK-33603_grouping_execution/command
Closed

[SPARK-33603][SQL] Grouping exception messages in execution/command#32951
dgd-contributor wants to merge 20 commits intoapache:masterfrom
dgd-contributor:SPARK-33603_grouping_execution/command

Conversation

@dgd-contributor
Copy link

@dgd-contributor dgd-contributor commented Jun 17, 2021

What changes were proposed in this pull request?

This PR group exception messages in sql/core/src/main/scala/org/apache/spark/sql/execution/command

Why are the changes needed?

It will largely help with standardization of error messages and its maintenance.

Does this PR introduce any user-facing change?

No. Error messages remain unchanged.

How was this patch tested?

No new tests - pass all original tests to make sure it doesn't break any existing behavior.

@github-actions github-actions bot added the SQL label Jun 17, 2021
@dgd-contributor dgd-contributor force-pushed the SPARK-33603_grouping_execution/command branch 4 times, most recently from 84a6b4b to 6e7a8c2 Compare June 22, 2021 01:05
@dgd-contributor dgd-contributor changed the title [WIP][SPARK-33603][SQL] Grouping execution/command [SPARK-33603][SQL] Grouping execution/command Jun 28, 2021
@dgd-contributor dgd-contributor force-pushed the SPARK-33603_grouping_execution/command branch from 6e7a8c2 to 3458d5c Compare June 28, 2021 01:46
@dgd-contributor dgd-contributor force-pushed the SPARK-33603_grouping_execution/command branch from 3458d5c to 24e7f11 Compare June 28, 2021 08:12
@dgd-contributor dgd-contributor force-pushed the SPARK-33603_grouping_execution/command branch from 60a1c69 to 6595e64 Compare June 30, 2021 03:37
@dgd-contributor
Copy link
Author

@beliefer can you review this if you got time? Thanks

@dgd-contributor
Copy link
Author

cc @allisonwang-db Could you check whether the naming reasonable?

@dgd-contributor
Copy link
Author

@beliefer I've resolve the rest change requires, can you review them

@beliefer
Copy link
Contributor

beliefer commented Jul 1, 2021

cc @allisonwang-db Please check the naming reasonable.

@dgd-contributor
Copy link
Author

cc @allisonwang-db

@dgd-contributor
Copy link
Author

@beliefer maybe @allisonwang-db is a little bit busy, if there anyone else can review this?

@dgd-contributor
Copy link
Author

@allisonwang-db can you re-review, I've resolved all the naming change requests

Copy link
Contributor

@allisonwang-db allisonwang-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good.

@dgd-contributor
Copy link
Author

cc @cloud-fan

@beliefer
Copy link
Contributor

beliefer commented Jul 8, 2021

@cloud-fan LGTM.

@gengliangwang
Copy link
Member

Jenkins, retest this please

@SparkQA
Copy link

SparkQA commented Jul 12, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/45412/

@SparkQA
Copy link

SparkQA commented Jul 12, 2021

Kubernetes integration test status success
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/45412/

@SparkQA
Copy link

SparkQA commented Jul 12, 2021

Test build #140901 has finished for PR 32951 at commit ab71669.

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

Copy link
Member

@gengliangwang gengliangwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the work!

@gengliangwang gengliangwang changed the title [SPARK-33603][SQL] Grouping execution/command [SPARK-33603][SQL] Grouping exception messages in execution/command Jul 12, 2021
@gengliangwang
Copy link
Member

Merging to master/3.2

gengliangwang pushed a commit that referenced this pull request Jul 12, 2021
### What changes were proposed in this pull request?
This PR group exception messages in sql/core/src/main/scala/org/apache/spark/sql/execution/command

### Why are the changes needed?
It will largely help with standardization of error messages and its maintenance.

### Does this PR introduce any user-facing change?
No. Error messages remain unchanged.

### How was this patch tested?
No new tests - pass all original tests to make sure it doesn't break any existing behavior.

Closes #32951 from dgd-contributor/SPARK-33603_grouping_execution/command.

Authored-by: dgd-contributor <dgd_contributor@viettel.com.vn>
Signed-off-by: Gengliang Wang <gengliang@apache.org>
(cherry picked from commit d03f716)
Signed-off-by: Gengliang Wang <gengliang@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants