-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[opt](variable) force update some variable by variable version #41607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 40964 ms |
TPC-DS: Total hot run time: 191437 ms |
ClickBench: Total hot run time: 32.63 s |
morningman
reviewed
Oct 17, 2024
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
Outdated
Show resolved
Hide resolved
b7c5b8f to
ea2b3e2
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 41328 ms |
TPC-DS: Total hot run time: 190907 ms |
ClickBench: Total hot run time: 32.22 s |
Contributor
Author
|
run p0 |
morrySnow
added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Oct 28, 2024
…e#41607) pick from master apache#41607 variable version: 000-100: doris-2.0.x 100-200: doris-2.1.x 200-300: doris-3.0.x update variables 000: nereids_timeout_second = 30 if original value is 5 100: enable_nereids_dml = true enable_nereids_dml_with_pipeline = true enable_nereids_planner = true enable_fallback_to_original_planner = true enable_pipeline_x_engine = true
morrySnow
added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Oct 28, 2024
…e#41607) pick from master apache#41607 variable version: 000-100: doris-2.0.x 100-200: doris-2.1.x 200-300: doris-3.0.x update variables 000: nereids_timeout_second = 30 if original value is 5 100: enable_nereids_dml = true enable_nereids_dml_with_pipeline = true enable_nereids_planner = true enable_fallback_to_original_planner = true enable_pipeline_x_engine = true
variable version: 000-100: doris-2.0.x 100-200: doris-2.1.x 200-300: doris-3.0.x update variables 000: nereids_timeout_second = 30 if original value is 5 100: enable_nereids_dml = true enable_nereids_dml_with_pipeline = true enable_nereids_planner = true enable_fallback_to_original_planner = true enable_pipeline_x_engine = true 200: enable_fallback_to_original_planner = false
ea2b3e2 to
47fe9c9
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 41499 ms |
TPC-DS: Total hot run time: 196637 ms |
ClickBench: Total hot run time: 31.83 s |
yiguolei
pushed a commit
that referenced
this pull request
Oct 29, 2024
… (#42643) pick from master #41607 variable version: 000-100: doris-2.0.x 100-200: doris-2.1.x 200-300: doris-3.0.x update variables 000: nereids_timeout_second = 30 if original value is 5 100: enable_nereids_dml = true enable_nereids_dml_with_pipeline = true enable_nereids_planner = true enable_fallback_to_original_planner = true enable_pipeline_x_engine = true
yiguolei
approved these changes
Oct 31, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
morningman
approved these changes
Nov 6, 2024
morrySnow
added a commit
that referenced
this pull request
Nov 7, 2024
… (#43405) pick from master #41607 variable version: 000-100: doris-2.0.x 100-200: doris-2.1.x 200-300: doris-3.0.x update variables 000: nereids_timeout_second = 30 if original value is 5 100: enable_nereids_dml = true enable_nereids_dml_with_pipeline = true enable_nereids_planner = true enable_fallback_to_original_planner = true enable_pipeline_x_engine = true 200: enable_fallback_to_original_planner = false
morrySnow
added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Dec 19, 2024
related PR apache#41607 should not reset variable version when replay edit log
16 tasks
morrySnow
added a commit
that referenced
this pull request
Dec 20, 2024
### What problem does this PR solve? Related PR: #41607 Problem Summary: should not reset variable version when replay edit log
github-actions bot
pushed a commit
that referenced
this pull request
Dec 20, 2024
### What problem does this PR solve? Related PR: #41607 Problem Summary: should not reset variable version when replay edit log
github-actions bot
pushed a commit
that referenced
this pull request
Dec 20, 2024
### What problem does this PR solve? Related PR: #41607 Problem Summary: should not reset variable version when replay edit log
16 tasks
morrySnow
added a commit
that referenced
this pull request
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Indicates a PR has been approved by one committer.
dev/2.1.7-merged
dev/3.0.3-merged
reviewed
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.
variable version:
000-100: doris-2.0.x
100-200: doris-2.1.x
200-300: doris-3.0.x
update variables
000:
nereids_timeout_second = 30 if original value is 5
100:
enable_nereids_dml = true
enable_nereids_dml_with_pipeline = true
enable_nereids_planner = true
enable_fallback_to_original_planner = true
enable_pipeline_x_engine = true
200:
enable_fallback_to_original_planner = false
Proposed changes
Issue Number: close #xxx