-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move all crypto
related functions to datafusion-functions
#9590
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice @Lordworms -- thank you very much. This looks great to me
@@ -1510,44 +1447,6 @@ mod tests { | |||
Utf8, | |||
StringArray | |||
); | |||
#[cfg(feature = "crypto_expressions")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double checked and these functions are covered in .slt tests here https://github.com/apache/arrow-datafusion/blob/30d2be9f581846c4b6f875424512eaa7310e16ab/datafusion/sqllogictest/test_files/expr.slt#L1373-L1556
I don't think there is any need to port these rust unit tests too
crypto
related functions to datafusion-functions
I took the liberty of merging this PR up from main to resolve conflicts |
Which issue does this PR close?
Closes #9509
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?