Skip to content

feat!(catalog): adding support for purge_table#2232

Open
CTTY wants to merge 8 commits intoapache:mainfrom
CTTY:ctty/purge-table
Open

feat!(catalog): adding support for purge_table#2232
CTTY wants to merge 8 commits intoapache:mainfrom
CTTY:ctty/purge-table

Conversation

@CTTY
Copy link
Collaborator

@CTTY CTTY commented Mar 12, 2026

Which issue does this PR close?

What changes are included in this PR?

  • Add catalog/utils.rs to provide helpers to delete table data using file_io and table_metadata
  • Add new API purge_table to Catalog trait and add default implementation
  • Implement purge_table for S3TableCatalog and RestCatalog

Are these changes tested?

Added new tests in table_suite

@CTTY CTTY marked this pull request as ready for review March 18, 2026 22:35
@CTTY CTTY changed the title feat(catalog): adding support for purge_table feat!(catalog): adding support for purge_table Mar 18, 2026
@CTTY CTTY added the breaking label Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support purge_table in Catalog

2 participants