-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-40360] *_ALREADY_EXISTS and *_NOT_FOUND error #37811
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 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
srielau
changed the title
[SPARK-40360] TABLE_OR_VIEW_ALREADY_EXISTS_ERROR
[SPARK-40360] TABLE_OR_VIEW_ALREADY_EXISTS error
Sep 6, 2022
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
2 times, most recently
from
September 6, 2022 21:32
3f85d9b
to
e0fd83e
Compare
Can one of the admins verify this patch? |
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
18 times, most recently
from
September 9, 2022 20:16
eb75de3
to
ef96920
Compare
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
4 times, most recently
from
September 10, 2022 03:51
76eaf4b
to
0d795a9
Compare
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
3 times, most recently
from
September 12, 2022 21:05
76eb75c
to
50172b7
Compare
srielau
changed the title
[SPARK-40360] TABLE_OR_VIEW_ALREADY_EXISTS error
[SPARK-40360] *_ALREADY_EXISTS and *_NOT_FOUND error
Sep 12, 2022
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
Outdated
Show resolved
Hide resolved
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
7 times, most recently
from
September 14, 2022 05:06
6181efc
to
0657fee
Compare
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: ***@***.***>
|
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
from
September 14, 2022 05:33
0657fee
to
f2a56ad
Compare
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
from
September 14, 2022 14:40
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
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
from
September 14, 2022 18:49
55c31a2
to
16f4eec
Compare
srielau
force-pushed
the
SPARK-40360-Convert-some-ddl-mesages
branch
from
September 14, 2022 19:10
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?