Uh oh!
There was an error while loading. Please reload this page.
[feature](mtmv)Support iceberg mtmv query. - #45659
Merged
Merged
Conversation
hello-stephen
commented
Dec 19, 2024
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Jibing-Liforce-pushed
the
mtmv
branch
2 times, most recently
from
December 19, 2024 11:24
efd9485 to
24f9dbaCompareJibing-Li
commented
Dec 19, 2024
ContributorAuthor
run buildall |
Jibing-Li
marked this pull request as ready for review
December 19, 2024 11:30
doris-robot
commented
Dec 19, 2024
TPC-H: Total hot run time: 39865 ms |
doris-robot
commented
Dec 19, 2024
TPC-DS: Total hot run time: 197927 ms |
doris-robot
commented
Dec 19, 2024
ClickBench: Total hot run time: 32.56 s |
Jibing-Li
commented
Dec 19, 2024
ContributorAuthor
run p0 |
Jibing-Li
commented
Dec 19, 2024
ContributorAuthor
run external |
morrySnow
previously approved these changes
Dec 20, 2024
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
zddr
reviewed
Dec 20, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Jibing-Li
commented
Dec 23, 2024
ContributorAuthor
run buildall |
zddr
approved these changes
Dec 23, 2024
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Dec 23, 2024
TPC-H: Total hot run time: 40050 ms |
doris-robot
commented
Dec 23, 2024
TPC-DS: Total hot run time: 196422 ms |
doris-robot
commented
Dec 23, 2024
ClickBench: Total hot run time: 32.78 s |
Jibing-Li
commented
Dec 23, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 23, 2024
TPC-H: Total hot run time: 39745 ms |
doris-robot
commented
Dec 23, 2024
TPC-DS: Total hot run time: 189984 ms |
doris-robot
commented
Dec 23, 2024
ClickBench: Total hot run time: 33.08 s |
morrySnow
approved these changes
Dec 24, 2024
Contributor
PR approved by at least one committer and no changes requested. |
zddr pushed a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
1. Implement MvccTable interface for IcebertExternalTable 2. IcebergExternalTable overrides the methods in ExternalTable and supports partition pruning 3. Add snapshot cache in IcebergMetadataCache to store IcebergExternalTable partition infos. Issue Number: close #xxx Related PR: #xxx Problem Summary: None
zddr pushed a commit
to zddr/incubator-doris
that referenced
this pull request
Jun 19, 2025
1. Implement MvccTable interface for IcebertExternalTable 2. IcebergExternalTable overrides the methods in ExternalTable and supports partition pruning 3. Add snapshot cache in IcebergMetadataCache to store IcebergExternalTable partition infos. Issue Number: close #xxx Related PR: #xxx Problem Summary: None
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
### What problem does this PR solve? 1. Implement MvccTable interface for IcebertExternalTable 2. IcebergExternalTable overrides the methods in ExternalTable and supports partition pruning 3. Add snapshot cache in IcebergMetadataCache to store IcebergExternalTable partition infos. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None
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?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)