We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alters the schema or properties of a table. Currently possible to these using spark.
Be able to do the below.
ALTER TABLE table_name { RENAME TO clause | ADD COLUMN clause | ALTER COLUMN clause | DROP COLUMN clause | RENAME COLUMN clause | ADD CONSTRAINT clause | DROP CONSTRAINT clause | DROP FEATURE clause | ADD PARTITION clause | DROP PARTITION clause | PARTITION SET LOCATION clause | RENAME PARTITION clause | RECOVER PARTITIONS clause | SET { ROW FILTER clause } | DROP ROW FILTER | SET TBLPROPERTIES clause | UNSET TBLPROPERTIES clause | SET SERDE clause | SET LOCATION clause | SET OWNER TO clause | SET SERDE clause | SET TAGS clause | UNSET TAGS clause }
The text was updated successfully, but these errors were encountered:
We are tracking these here: #1909
Sorry, something went wrong.
No branches or pull requests
Alters the schema or properties of a table. Currently possible to these using spark.
Be able to do the below.
ALTER TABLE table_name
{ RENAME TO clause |
ADD COLUMN clause |
ALTER COLUMN clause |
DROP COLUMN clause |
RENAME COLUMN clause |
ADD CONSTRAINT clause |
DROP CONSTRAINT clause |
DROP FEATURE clause |
ADD PARTITION clause |
DROP PARTITION clause |
PARTITION SET LOCATION clause |
RENAME PARTITION clause |
RECOVER PARTITIONS clause |
SET { ROW FILTER clause } |
DROP ROW FILTER |
SET TBLPROPERTIES clause |
UNSET TBLPROPERTIES clause |
SET SERDE clause |
SET LOCATION clause |
SET OWNER TO clause |
SET SERDE clause |
SET TAGS clause |
UNSET TAGS clause }
The text was updated successfully, but these errors were encountered: