Skip to content

[Feature] [spark] Support compact_chain_table procedure #7312

@juntaozhang

Description

@juntaozhang

Search before asking

  • I searched in the issues and found nothing similar.

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?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions