You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: