Skip to content
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

Merged
merged 17 commits into from
Mar 13, 2024

Conversation

Lordworms
Copy link
Contributor

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?

@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions labels Mar 13, 2024
@Lordworms Lordworms changed the title Port the whole crypto_expressions Port whole crypto related function Mar 13, 2024
@Lordworms Lordworms marked this pull request as ready for review March 13, 2024 04:05
Copy link
Contributor

@alamb alamb left a 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")]
Copy link
Contributor

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

@alamb alamb changed the title Port whole crypto related function Move all crypto related functions to datafusion-functions Mar 13, 2024
@alamb
Copy link
Contributor

alamb commented Mar 13, 2024

I took the liberty of merging this PR up from main to resolve conflicts

@alamb alamb merged commit 4c9e787 into apache:main Mar 13, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port crypto_expressions related function
2 participants