Search before asking
Motivation
Chain Compact
Compact the incremental data of the current cycle with the full data of the previous cycle to generate the full data for the day; for example, the full data for date=20250729 is generated by compacting all incremental partition from 20250723 to 20250729 on t$branch_delta and 20250722 on t$branch_snapshot
https://cwiki.apache.org/confluence/display/PAIMON/PIP-37%3A+Introduce+Chain+Table
Solution
Add the CompactChainTableProcedure to implement this feature.
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
Chain Compact
Compact the incremental data of the current cycle with the full data of the previous cycle to generate the full data for the day; for example, the full data for date=20250729 is generated by compacting all incremental partition from 20250723 to 20250729 on t$branch_delta and 20250722 on t$branch_snapshot
https://cwiki.apache.org/confluence/display/PAIMON/PIP-37%3A+Introduce+Chain+Table
Solution
Add the
CompactChainTableProcedureto implement this feature.Anything else?
No response
Are you willing to submit a PR?