Uh oh!
There was an error while loading. Please reload this page.
[fix](Nereids) fold constant for string function process emoji character by mistake - #49087
Conversation
hello-stephen
commented
Mar 14, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
LiBinfeng-01
commented
Mar 14, 2025
run buildall |
LiBinfeng-01
commented
Mar 14, 2025
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Mar 14, 2025
TPC-H: Total hot run time: 32628 ms |
doris-robot
commented
Mar 14, 2025
TPC-DS: Total hot run time: 192255 ms |
doris-robot
commented
Mar 14, 2025
ClickBench: Total hot run time: 30.54 s |
LiBinfeng-01
commented
Mar 17, 2025
run buildall |
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.
Uh oh!
There was an error while loading. Please reload this page.
LiBinfeng-01
commented
Mar 17, 2025
run buildall |
LiBinfeng-01
commented
Mar 18, 2025
run buildall |
doris-robot
commented
Mar 18, 2025
TPC-H: Total hot run time: 32319 ms |
doris-robot
commented
Mar 18, 2025
TPC-DS: Total hot run time: 191392 ms |
doris-robot
commented
Mar 18, 2025
ClickBench: Total hot run time: 30.77 s |
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.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
LiBinfeng-01
commented
Mar 18, 2025
run buildall |
1 similar comment
LiBinfeng-01
commented
Mar 18, 2025
run buildall |
LiBinfeng-01
commented
Mar 20, 2025
run buildall |
doris-robot
commented
Mar 20, 2025
TPC-H: Total hot run time: 32783 ms |
doris-robot
commented
Mar 20, 2025
TPC-DS: Total hot run time: 186488 ms |
doris-robot
commented
Mar 20, 2025
ClickBench: Total hot run time: 31.58 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…ter by mistake (apache#49087) Related PR: apache#40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
…ter by mistake (apache#49087) Related PR: apache#40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
…ter by mistake (apache#49087) Related PR: apache#40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
…ter by mistake (apache#49087) Related PR: apache#40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
…emoji character by mistake #49087 (#49344) pick: #49087 Related PR: #40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
…emoji character by mistake #49087 (#49346) pick: #49087 Related PR: #40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
…ter by mistake (apache#49087) ### What problem does this PR solve? Related PR: apache#40441 Problem Summary: wrong calculation of emoji character length in some String function when do constant folding in FE. For example: select STRLEFT('😊😉👍', 2); should return 😊😉, but fe return 😊 only when folding constant fixed functions: - left - strleft - right - strright - locate - character_length - split_by_string - overlay - replace_empty
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #40441
Problem Summary:
Release note
wrong calculation of emoji character length in some String function when do constant folding in FE. For example:
should return
😊😉, but fe return😊only when folding constantfixed functions:
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)