[fix](functions) fix be crash for function random_bytes and mark_first/last_n#35884
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 40868 ms |
TPC-DS: Total hot run time: 172112 ms |
ClickBench: Total hot run time: 31.2 s |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39622 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 172952 ms |
ClickBench: Total hot run time: 30.41 s |
|
PR approved by at least one committer and no changes requested. |
…t/last_n (apache#35884) fix crash when: random_bytes gets negative input mark_first/last_n gets negative 2nd arg input. and make mark_first/last_n support literal only for 2nd arg
…t/last_n (#35884) fix crash when: random_bytes gets negative input mark_first/last_n gets negative 2nd arg input. and make mark_first/last_n support literal only for 2nd arg
…t/last_n (apache#35884) fix crash when: random_bytes gets negative input mark_first/last_n gets negative 2nd arg input. and make mark_first/last_n support literal only for 2nd arg
…pache#36357) fix crash when mark_first/last_n gets negative 2nd arg input. and make mark_first/last_n support literal only for 2nd arg it's a part of apache#35884
…t/last_n (apache#35884) fix crash when: random_bytes gets negative input mark_first/last_n gets negative 2nd arg input. and make mark_first/last_n support literal only for 2nd arg
Proposed changes
Issue Number: close #xxx
fix crash when:
random_bytesgets negative inputmark_first/last_ngets negative 2nd arg input.and make
mark_first/last_nsupport literal only for 2nd arg