-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29643][SQL] ALTER TABLE/VIEW (DROP PARTITION) should look up catalog/table like v2 commands #26303
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-29643][SQL] ALTER TABLE/VIEW (DROP PARTITION) should look up catalog/table like v2 commands #26303
Changes from 1 commit
650b74f
4fb2527
29eaeea
e563ea0
07dbe47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
…g/table like v2 commands
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,7 +164,7 @@ statement | |
| partitionSpec+ #addTablePartition | ||
| | ALTER TABLE multipartIdentifier | ||
| from=partitionSpec RENAME TO to=partitionSpec #renameTablePartition | ||
| | ALTER TABLE tableIdentifier | ||
| | ALTER TABLE multipartIdentifier | ||
| DROP (IF EXISTS)? partitionSpec (',' partitionSpec)* PURGE? #dropTablePartitions | ||
| | ALTER VIEW tableIdentifier | ||
|
||
| DROP (IF EXISTS)? partitionSpec (',' partitionSpec)* #dropTablePartitions | ||
|
||
|
|
||
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.
nit: one space not two