Uh oh!
There was an error while loading. Please reload this page.
branch-3.1:[feature](schema) support temporary table in old planner - #53355
Merged
Conversation
hello-stephen
commented
Jul 16, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zddr
commented
Jul 16, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 16, 2025
TPC-H: Total hot run time: 39881 ms |
doris-robot
commented
Jul 16, 2025
TPC-DS: Total hot run time: 196833 ms |
doris-robot
commented
Jul 16, 2025
ClickBench: Total hot run time: 30.31 s |
zddr
commented
Jul 16, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 16, 2025
TPC-H: Total hot run time: 40120 ms |
doris-robot
commented
Jul 16, 2025
TPC-DS: Total hot run time: 197688 ms |
doris-robot
commented
Jul 16, 2025
ClickBench: Total hot run time: 30.29 s |
Uh oh!
There was an error while loading. Please reload this page.
zddr
commented
Jul 24, 2025
ContributorAuthor
run buildall |
zddr
commented
Jul 24, 2025
ContributorAuthor
run performance |
2 similar comments
zddr
commented
Jul 24, 2025
ContributorAuthor
run performance |
zddr
commented
Jul 24, 2025
ContributorAuthor
run performance |
zddr
commented
Jul 25, 2025
ContributorAuthor
run buildall |
hello-stephen
commented
Jul 25, 2025
Contributor
FE UT Coverage ReportIncrement line coverage |
zddr
commented
Jul 25, 2025
ContributorAuthor
run performance |
1 similar comment
zddr
commented
Jul 25, 2025
ContributorAuthor
run performance |
morrySnow
approved these changes
Jul 25, 2025
doris-robot
commented
Jul 25, 2025
TPC-H: Total hot run time: 32492 ms |
doris-robot
commented
Jul 25, 2025
TPC-DS: Total hot run time: 197213 ms |
doris-robot
commented
Jul 25, 2025
ClickBench: Total hot run time: 28.71 s |
Uh oh!
There was an error while loading. Please reload this page.
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?
Related PR: #40680
In #40680, some logic was implemented in the new optimizer, but the new optimizer's implementation was not picked for version 3.1. Therefore, this PR reimplements part of the logic in the old optimizer.
The following classes have already been picked for 3.1 and do not need modification:
The following classes were not picked for 3.1, but similar logic has already been implemented at the execution layer, so no changes are needed.
The following classes need to be modified in the old optimizer:
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/AlterTableCommand.java
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateMaterializedViewCommand.java
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTableCommand.java
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)