Uh oh!
There was an error while loading. Please reload this page.
[feat](mtmv)mtmv support paimon partition refresh - #43959
Merged
Conversation
doris-robot
commented
Nov 14, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zddr
commented
Nov 14, 2024
ContributorAuthor
run buildall |
1 similar comment
zddr
commented
Nov 15, 2024
ContributorAuthor
run buildall |
zddr
commented
Nov 15, 2024
ContributorAuthor
run buildall |
zddr
commented
Nov 18, 2024
ContributorAuthor
run external |
zddr
commented
Nov 18, 2024
ContributorAuthor
run buildall |
zddr
commented
Nov 18, 2024
ContributorAuthor
run buildall |
zddr
commented
Nov 19, 2024
ContributorAuthor
run buildall |
zddr
commented
Nov 20, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Nov 20, 2024
TPC-H: Total hot run time: 45480 ms |
doris-robot
commented
Nov 20, 2024
ClickBench: Total hot run time: 33.76 s |
morrySnow
approved these changes
Nov 20, 2024
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
seawinde
approved these changes
Nov 20, 2024
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Dec 19, 2024
### What problem does this PR solve? Previously, when using Paimon 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 Paimon, the last update time of the partition, and the latest snapshotId of the table. Therefore, MTMV can be partitioned based on Paimon tables and perceive changes in data, automatically refreshing partitions ### Release note mtmv support paimon partition refresh
morrySnow pushed a commit
that referenced
this pull request
Dec 24, 2024
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Dec 24, 2024
…43959apache#44911 (apache#45660) pick: apache#44911apache#43959 only pick code about paimon, not pick some code about MTMV REFRESH
This was referenced Feb 20, 2025
morningman added a commit
that referenced
this pull request
Feb 20, 2025
### What problem does this PR solve? `catalog.getPaimonTable(dbName, name);` will try forward request to master FE. When in replay logic, forwarding will fail, cause fe failed to start. Introduced from #43959
dataroaring pushed a commit
that referenced
this pull request
Feb 24, 2025
### What problem does this PR solve? `catalog.getPaimonTable(dbName, name);` will try forward request to master FE. When in replay logic, forwarding will fail, cause fe failed to start. Introduced from #43959
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
Previously, when using Paimon 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 Paimon, the last update time of the partition, and the latest snapshotId of the table. Therefore, MTMV can be partitioned based on Paimon tables and perceive changes in data, automatically refreshing partitions mtmv support paimon partition refresh
zddr added a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
PaimonUtil PaimonPartitionInfo PaimonSchemaCacheValue PaimonExternalTable use latest Previously, when using Paimon 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 Paimon, the last update time of the partition, and the latest snapshotId of the table. Therefore, MTMV can be partitioned based on Paimon tables and perceive changes in data, automatically refreshing partitions mtmv support paimon partition refresh
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
### What problem does this PR solve? Previously, when using Paimon 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 Paimon, the last update time of the partition, and the latest snapshotId of the table. Therefore, MTMV can be partitioned based on Paimon tables and perceive changes in data, automatically refreshing partitions ### Release note mtmv support paimon partition refresh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Previously, when using Paimon to create MTMV, it was not possible to perceive changes in partition lists and data, so only
refresh materialized view mv1 completecould be used to force full refresh.This PR obtains the partition list of Paimon, the last update time of the partition, and the latest snapshotId of the table.
Therefore, MTMV can be partitioned based on Paimon tables and perceive changes in data, automatically refreshing partitions
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
mtmv support paimon partition refresh
Release note
mtmv support paimon partition refresh
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)