paimon
paimon copied to clipboard
[core] Support creating Iceberg metadata based on old ones
Purpose
In #3731 we introduce IcebergCommitCallback
to create Iceberg metadata. In this PR we improve this class so that it can reuse Iceberg manifest files created before to create new Iceberg metadata.
Tests
Unit tests.
API and Format
No changes in Paimon format.
Documentation
Document will be added later.