JunRuiLee opened a new pull request, #7945: URL: https://github.com/apache/paimon/pull/7945
## Summary - Add `pypaimon table repair <db.table> [--fix]` CLI command - Default is dry-run (report only); `--fix` applies available repairs ## Context Split from #7940 following @JingsongLi's [review comment](https://github.com/apache/paimon/pull/7940#pullrequestreview-4351628317). Depends on Part 2: #7944 - **Part 1**: Read-only verification logic ✅ - **Part 2**: Fix mode + catalog integration ✅ - **Part 3 (this PR)**: CLI command Please merge in order: Part 1 → Part 2 → Part 3. ## Tests added - No new test cases in this PR (CLI integration tested via existing catalog-level tests) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
