apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.13k stars 842 forks source link

[core] support remove db orphan files #3671

Closed wwj6591812 closed 2 days ago

wwj6591812 commented 3 days ago

Some users want to clear the orphaned files of the entire database with just one click, rather than running an action on each table. So this pr is support remove db orphan files.

Purpose

Linked issue: close #xxx

Tests

API and Format

Documentation