Uh oh!
There was an error while loading. Please reload this page.
[enhance](mtmv)Enable the MTMVRelatedTableIf interface to support mvcc 2 - #44563
Closed
zddr wants to merge 3 commits into
Closed
[enhance](mtmv)Enable the MTMVRelatedTableIf interface to support mvcc 2#44563zddr wants to merge 3 commits into
zddr wants to merge 3 commits into
Conversation
doris-robot
commented
Nov 25, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zddr
commented
Nov 25, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Nov 25, 2024
TPC-H: Total hot run time: 40009 ms |
morrySnow
previously approved these changes
Nov 25, 2024
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
doris-robot
commented
Nov 25, 2024
TPC-DS: Total hot run time: 197620 ms |
doris-robot
commented
Nov 25, 2024
ClickBench: Total hot run time: 32.95 s |
zddr
commented
Nov 25, 2024
ContributorAuthor
run cloud_p0 |
zddr
commented
Nov 25, 2024
ContributorAuthor
run p0 |
Jibing-Li
previously approved these changes
Nov 26, 2024
zddr
commented
Nov 26, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Nov 26, 2024
TPC-H: Total hot run time: 40085 ms |
doris-robot
commented
Nov 26, 2024
TPC-DS: Total hot run time: 197258 ms |
doris-robot
commented
Nov 26, 2024
ClickBench: Total hot run time: 33.08 s |
zddr
commented
Nov 26, 2024
ContributorAuthor
run p0 |
zddr
commented
Nov 26, 2024
ContributorAuthor
run cloud_p0 |
zddr
commented
Nov 26, 2024
ContributorAuthor
run buildall |
zddr
commented
Nov 27, 2024
ContributorAuthor
run cloud_p0 |
zddr
commented
Nov 27, 2024
ContributorAuthor
run performance |
doris-robot
commented
Nov 27, 2024
TPC-H: Total hot run time: 39738 ms |
doris-robot
commented
Nov 27, 2024
TPC-DS: Total hot run time: 197351 ms |
doris-robot
commented
Nov 27, 2024
ClickBench: Total hot run time: 32.56 s |
zddr
commented
Nov 27, 2024
ContributorAuthor
run beut |
zddr
commented
Nov 27, 2024
ContributorAuthor
run cloudut |
Jibing-Li
approved these changes
Nov 27, 2024
Contributor
PR approved by at least one committer and no changes requested. |
zddr
marked this pull request as draft
November 27, 2024 06:17
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?
Add snapshotId as a parameter to the
getPartitionType,getPartitionColumnNames, andgetPartitionColumnsmethods ofMTMVRelatedTableIf, as the partition information for different snapshotId may varyIssue Number: close #xxx
Related PR: #xxx
Problem Summary:
Continuing to optimize on the basis of #44419
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)