-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34569][SQL][TEST] Fix wrong UT in SQLQuerySuite #31681
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
Conversation
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
srowen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Was the test OK, just not cleaning up after itself?
|
Test build #135555 has finished for PR 31681 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
The doc generation job seems to be broken since #31535 .
|
Ur, @AngersZhuuuu . the PR title seems to have a wrong JIRA issue |
updated. Hmmm. |
|
Unfortunately, we cannot change the commit log, @AngersZhuuuu . Let's see if we can switch the new SPARK-34579 with this because it's not created yet. |
|
Yea. |
What changes were proposed in this pull request?
Some UT in SQLQuerySuite is not incorrect, it have wrong table name in
withTable, this pr to make it correct.Why are the changes needed?
Fix UT
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existed UT