Uh oh!
There was an error while loading. Please reload this page.
[fix](regex) fix wrong escape of function LIKE - #30557
Conversation
zclllyybb
commented
Jan 30, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Jan 30, 2024
TPC-H: Total hot run time: 37098 ms |
doris-robot
commented
Jan 30, 2024
TPC-DS: Total hot run time: 172131 ms |
doris-robot
commented
Jan 30, 2024
ClickBench: Total hot run time: 30.36 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.
doris-robot
commented
Jan 30, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jan 30, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
zclllyybb
commented
Jan 30, 2024
run buildall |
doris-robot
commented
Jan 30, 2024
TPC-H: Total hot run time: 36829 ms |
doris-robot
commented
Jan 30, 2024
TPC-DS: Total hot run time: 172065 ms |
doris-robot
commented
Jan 30, 2024
ClickBench: Total hot run time: 30.87 s |
doris-robot
commented
Jan 30, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Jan 30, 2024
TeamCity be ut coverage result: |
zclllyybb
commented
Jan 30, 2024
run feut |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
zclllyybb
commented
Jan 31, 2024
run buildall |
doris-robot
commented
Jan 31, 2024
TeamCity be ut coverage result: |
HappenLee
commented
Feb 4, 2024
move case to UT |
zclllyybb
commented
Feb 6, 2024
run buildall |
doris-robot
commented
Feb 6, 2024
TeamCity be ut coverage result: |
zclllyybb
commented
Feb 7, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Feb 7, 2024
TPC-H: Total hot run time: 37576 ms |
doris-robot
commented
Feb 7, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Feb 7, 2024
TPC-DS: Total hot run time: 173612 ms |
doris-robot
commented
Feb 7, 2024
ClickBench: Total hot run time: 30.91 s |
doris-robot
commented
Feb 7, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
fix wrong escape of function LIKE
fix wrong escape of function LIKE
fix wrong escape of function LIKE
fix wrong escape of function LIKE
…#30987) Co-authored-by: zclllyybb <zhaochangle@selectdb.com>
fix wrong escape of function LIKE
Proposed changes
Issue Number: close#30425
before:
after:
for backslash, keep the behaviours now. not change them because it will be a huge change of string parsing.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...