-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-33142][SPARK-33647][SQL][FOLLOW-UP] Add docs and test cases #30666
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
|
Test build #132417 has finished for PR 30666 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
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.
Below changes will be removed after #30662 is merged
|
Test build #132422 has finished for PR 30666 at commit
|
|
retest this please |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #132429 has finished for PR 30666 at commit
|
|
retest this please |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #132435 has finished for PR 30666 at commit
|
|
cc @cloud-fan |
|
@linhongliu-db can you elabourate what this PR proposes in the PR description? |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #132533 has finished for PR 30666 at commit
|
a8a8f84 to
9d6868b
Compare
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Thanks @HyukjinKwon , this PR is ready for review. and also cc @cloud-fan |
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.
why do we remove this test?
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.
This is same to the newly added test case in SQLViewTestSuite.
They both test the scenario:
global temp view refers to a table, create a temporary view with the same name, won't affect the result.
But SQLViewTestSuite will covert all 3 kinds of views, and also test the same table name in different database.
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #132612 has finished for PR 30666 at commit
|
|
retest this please |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #132621 has finished for PR 30666 at commit
|
|
Test build #132639 has finished for PR 30666 at commit
|
|
retest this please |
|
Test build #132655 has finished for PR 30666 at commit
|
|
retest this please |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #132657 has finished for PR 30666 at commit
|
7e23fea to
1cde94e
Compare
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
GA passed, merging to master/3.1! |
### What changes were proposed in this pull request? Addressed comments in PR #30567, including: 1. add test case for SPARK-33647 and SPARK-33142 2. add migration guide 3. add `getRawTempView` and `getRawGlobalTempView` to return the raw view info (i.e. TemporaryViewRelation) 4. other minor code clean ### Why are the changes needed? Code clean and more test cases ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing and newly added test cases Closes #30666 from linhongliu-db/SPARK-33142-followup. Lead-authored-by: Linhong Liu <[email protected]> Co-authored-by: Linhong Liu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> (cherry picked from commit b7c8210) Signed-off-by: Wenchen Fan <[email protected]>
|
Test build #132751 has finished for PR 30666 at commit
|
What changes were proposed in this pull request?
Addressed comments in PR #30567, including:
getRawTempViewandgetRawGlobalTempViewto return the raw view info (i.e. TemporaryViewRelation)Why are the changes needed?
Code clean and more test cases
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existing and newly added test cases