Uh oh!
There was an error while loading. Please reload this page.
[feature](function) Support SHA family functions - #24342
Conversation
zclllyybb
commented
Sep 13, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 14, 2023
TeamCity be ut coverage result: |
zclllyybb
commented
Sep 14, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 14, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 14, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
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.
zclllyybb
commented
Sep 15, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 15, 2023
TeamCity be ut coverage result: |
zclllyybb
commented
Sep 15, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 15, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 15, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
zclllyybb
commented
Sep 17, 2023
run buildall |
doris-robot
commented
Sep 17, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 17, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zclllyybb
commented
Sep 18, 2023
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
zclllyybb
commented
Sep 19, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Sep 19, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 19, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zclllyybb
commented
Sep 20, 2023
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 20, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Sep 20, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
Related PR: #24342 before: ```sql select sha2(k0, k1) from str; ``` it works **but the result may doesn't match with the input!** now: ```sql ERROR 1105 (HY000): errCode = 2, detailMessage = sha2 needs two params, and the second is must be a integer constant: sha2(k0, k1) ```
) Related PR: apache#24342 before: ```sql select sha2(k0, k1) from str; ``` it works **but the result may doesn't match with the input!** now: ```sql ERROR 1105 (HY000): errCode = 2, detailMessage = sha2 needs two params, and the second is must be a integer constant: sha2(k0, k1) ```
Proposed changes
Issue Number: close #xxx
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...