Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #44726

### What problem does this PR solve?

Previously, when using Iceberg to create MTMV, it was not possible to
perceive changes in partition lists and data, so only ```refresh
materialized view mv1 complete ```could be used to force full refresh.

This PR obtains the partition list of Iceberg, the last update time of
the partition, and the latest snapshotId of the table.

Therefore, MTMV can be partition based on Iceberg tables and perceive
changes in data, automatically refreshing partitions

For now, we only support single partition column table and the partition
transform must one of hour, day, month or year.
Will support Identity transform soon.

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

### Release note

None
@yiguolei
Copy link
Contributor

run buildall

@yiguolei yiguolei closed this Dec 31, 2024
@dataroaring dataroaring deleted the auto-pick-44726-branch-2.1 branch January 19, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants