Skip to content

[WIP][rest] Introduce RepairTable API for RestCatalog #5629

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sundapeng
Copy link
Member

@sundapeng sundapeng commented May 19, 2025

Purpose

Add RepairTable API for RestCatalog

RepairTable could reload Schema\Snapshot\Partitions metadata on Filesystem

Tests

TODO

API and Format

Add RepairTableWithOptions

Documentation

TODO

@sundapeng sundapeng changed the title [WIP][rest] support RepairTable on RestCatalog [WIP][rest] Introduce RepairTable API for RestCatalog May 19, 2025
@@ -562,6 +562,11 @@ default void repairTable(Identifier identifier) throws TableNotExistException {
throw new UnsupportedOperationException();
}

/** Repair the table with options. */
default void repairTable(Identifier identifier, Map<String, String> repairOptions) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is repairOptions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants