[Fix](Nereids) fix append_trailing_char_if_absent function return null (#40820)#41160
Merged
morrySnow merged 1 commit intoapache:branch-2.0from Oct 21, 2024
Merged
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
Author
|
run buildall |
8a1a083 to
adb0649
Compare
Contributor
Author
|
run buildall |
adb0649 to
2be0f8f
Compare
Contributor
Author
|
run buildall |
1 similar comment
Contributor
Author
|
run buildall |
morrySnow
requested changes
Oct 10, 2024
| private boolean enableJoinReorderBasedCost = false; | ||
|
|
||
| @VariableMgr.VarAttr(name = ENABLE_FOLD_CONSTANT_BY_BE, fuzzy = true) | ||
| <<<<<<< HEAD |
ff43dad to
2a18c64
Compare
Contributor
Author
|
run buildall |
2a18c64 to
93eed85
Compare
Contributor
Author
|
run buildall |
Contributor
Author
|
run p0 |
2 similar comments
Contributor
Author
|
run p0 |
Contributor
Author
|
run p0 |
morrySnow
requested changes
Oct 17, 2024
| public static final String PREFER_JOIN_METHOD = "prefer_join_method"; | ||
|
|
||
| public static final String ENABLE_FOLD_CONSTANT_BY_BE = "enable_fold_constant_by_be"; | ||
| public static final String DEBUG_SKIP_FOLD_CONSTANT = "debug_skip_fold_constant"; |
Contributor
There was a problem hiding this comment.
do not pick new session variable to this version
93eed85 to
0aa98d8
Compare
Contributor
Author
|
run buildall |
0aa98d8 to
3eecbc6
Compare
Contributor
Author
|
run buildall |
morrySnow
approved these changes
Oct 21, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
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 free
to 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.
cherry-pick: #40820
example: select append_trailing_char_if_absent('it','a') would return null in original design, it can not return null when folding constant on fe any time