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

Add DDL statements to drop branches and tags #22028

Open
Tracked by #22025
tdcmeehan opened this issue Feb 27, 2024 · 0 comments · May be fixed by #23614
Open
Tracked by #22025

Add DDL statements to drop branches and tags #22028

tdcmeehan opened this issue Feb 27, 2024 · 0 comments · May be fixed by #23614
Assignees

Comments

@tdcmeehan
Copy link
Contributor

To support WAP workflows, Presto should support the deletion of branches and tags. These are metadata-only operations which can be accomplished through a new ALTER TABLE syntax.

Part of #22025

Expected Behavior or Use Case

ALTER TABLE iceberg.default.mytable DROP BRANCH 'audit-branch'

ALTER TABLE iceberg.default.mytable DROP TAG 'audit-tag'

Presto Component, Service, or Connector

Iceberg connector, with additional syntax support from the parser, and additional connector functionality to support branching and tagging. Only Iceberg will initially have this support.

Possible Implementation

Example Screenshots (if appropriate):

Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Prioritized Backlog
Development

Successfully merging a pull request may close this issue.

2 participants