Skip to content
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

[WIP][SPARK-42291] Enable dropping of columns for non V2 tables #39861

Conversation

yeachan153
Copy link

@yeachan153 yeachan153 commented Feb 2, 2023

Add support to drop columns in non V2 tables.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Built the jars in 3.2.0 and dropped columns using alter table:

ALTER TABLE lake.foo DROP COLUMNS (`a`, `b`);
ALTER TABLE lake.foo DROP COLUMNS (`a`)
ALTER TABLE lake.foo DROP COLUMN `a`

Tested on Spark 3.2.0 with an external hive metastore; the underlying data is in parquet format in cloud storage. Also affects the latest version.

@github-actions github-actions bot added the SQL label Feb 2, 2023
@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label May 19, 2023
@github-actions github-actions bot closed this May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant