-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40360] *_ALREADY_EXISTS and *_NOT_FOUND error #37811
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
Closed
srielau
wants to merge
4
commits into
apache:master
from
srielau:SPARK-40360-Convert-some-ddl-mesages
Closed
[SPARK-40360] *_ALREADY_EXISTS and *_NOT_FOUND error #37811
srielau
wants to merge
4
commits into
apache:master
from
srielau:SPARK-40360-Convert-some-ddl-mesages
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3f85d9b to
e0fd83e
Compare
|
Can one of the admins verify this patch? |
eb75de3 to
ef96920
Compare
76eaf4b to
0d795a9
Compare
76eb75c to
50172b7
Compare
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
Outdated
Show resolved
Hide resolved
6181efc to
0657fee
Compare
Member
Contributor
Author
|
OK, let’s see
On Sep 13, 2022, 10:11 PM -0700, Gengliang Wang ***@***.***>, wrote:
Hi @srielau<https://github.com/srielau> , I have just merged the bug fix #37861<#37861>. The query context should be set correctly in the AnlysisException. Please rebase to the latest master code before you modify too many test cases.
—
Reply to this email directly, view it on GitHub<#37811 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA22CFFETGM4CZEB5MKXKM3V6FM6VANCNFSM6AAAAAAQGGEZHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
0657fee to
f2a56ad
Compare
9d51e6c to
ac0fcf7
Compare
srielau
commented
Sep 14, 2022
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/DropTableSuite.scala
Outdated
Show resolved
Hide resolved
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/DropTableSuite.scala
Outdated
Show resolved
Hide resolved
sql/core/src/test/scala/org/apache/spark/sql/test/SQLTestData.scala
Outdated
Show resolved
Hide resolved
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveContextCompatibilitySuite.scala
Outdated
Show resolved
Hide resolved
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveContextCompatibilitySuite.scala
Outdated
Show resolved
Hide resolved
srielau
commented
Sep 14, 2022
55c31a2 to
16f4eec
Compare
16f4eec to
f47f47f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?