Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-955] Support md5/sha1/sha2 functions #1055

Merged
merged 9 commits into from
Aug 5, 2022
Merged

Conversation

PHILO-HE
Copy link
Collaborator

@PHILO-HE PHILO-HE commented Aug 2, 2022

No description provided.

@github-actions
Copy link

github-actions bot commented Aug 2, 2022

#955

@@ -1078,6 +1111,8 @@ object ColumnarUnaryOperator {
new ColumnarHex(child)
case _: Bin =>
new ColumnarBin(child)
case _: Md5 =>
new ColumnarMd5(child)
case other =>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe also add Sha/Sha1/Sha2?looks the API is same

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just supported them in latest commits. BTW, calling sha will actually invoke sha1.

@PHILO-HE PHILO-HE changed the title [NSE-955] Support md5 function [NSE-955] Support md5/sha1/sha2 functions Aug 5, 2022
@PHILO-HE
Copy link
Collaborator Author

PHILO-HE commented Aug 5, 2022

This patch depends on oap-project/arrow#135.

@PHILO-HE
Copy link
Collaborator Author

PHILO-HE commented Aug 5, 2022

By manually running the modified run_ut.sh, it shows there is no new UT failure.


Tests total: 7537, Succeed Total: 7428, Known Fails: 119, Actual Fails: 109.
No newly failed tests found!
Unit tests succeeded!

@zhouyuan zhouyuan merged commit 3317844 into oap-project:main Aug 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants