-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-17642] [SQL] [FOLLOWUP] drop test tables and improve comments #19213
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
|
cc @cloud-fan |
|
Test build #81698 has finished for PR 19213 at commit
|
|
LGTM, please also address one more comment that drop testing tables. |
|
Test build #81747 has finished for PR 19213 at commit
|
| -- Describe a non-existent column | ||
| DESC desc_col_temp_table key1; | ||
|
|
||
| DROP VIEW desc_col_temp_table; |
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.
since it's a view, can we name it desc_col_temp_view?
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.
and it's better to put all DROP commands at the end.
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.
ok. I'll fix it right now.
|
Test build #81774 has finished for PR 19213 at commit
|
|
thanks, merging to master! |
What changes were proposed in this pull request?
Drop test tables and improve comments.
How was this patch tested?
Modified existing test.