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-33752][SQL][3.1] Avoid the getSimpleMessage of AnalysisException adds semicolon repeatedly #30792

Closed
wants to merge 2 commits into from

Conversation

beliefer
Copy link
Contributor

What changes were proposed in this pull request?

This PR related to #30724. This PR backport the version to branch-3.1

Why are the changes needed?

Fix a bug, because it adds semicolon repeatedly.

Does this PR introduce any user-facing change?

Yes. the message of AnalysisException will be correct.

How was this patch tested?

Jenkins test.

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

Test build #132851 has finished for PR 30792 at commit d0c8ca2.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@beliefer
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

Test build #132855 has finished for PR 30792 at commit d0c8ca2.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

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

@SparkQA
Copy link

SparkQA commented Dec 16, 2020

Test build #132871 has finished for PR 30792 at commit 30fc30e.

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

@beliefer
Copy link
Contributor Author

cc @HyukjinKwon

@HyukjinKwon
Copy link
Member

Thanks.

@HyukjinKwon
Copy link
Member

Merged to branch-3.1.

HyukjinKwon pushed a commit that referenced this pull request Dec 16, 2020
…on adds semicolon repeatedly

### What changes were proposed in this pull request?
This PR related to #30724. This PR backport the version to branch-3.1

### Why are the changes needed?
Fix a bug, because it adds semicolon repeatedly.

### Does this PR introduce _any_ user-facing change?
Yes. the message of AnalysisException will be correct.

### How was this patch tested?
Jenkins test.

Closes #30792 from beliefer/SPARK-33752-backport.

Lead-authored-by: gengjiaan <gengjiaan@360.cn>
Co-authored-by: beliefer <beliefer@163.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@beliefer
Copy link
Contributor Author

@HyukjinKwon Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants