Skip to content

[AURON #1604] Make MD5 output back to utf8#1605

Merged
richox merged 1 commit intoapache:masterfrom
Flyangz:feature/support-auron-md5
Nov 13, 2025
Merged

[AURON #1604] Make MD5 output back to utf8#1605
richox merged 1 commit intoapache:masterfrom
Flyangz:feature/support-auron-md5

Conversation

@Flyangz
Copy link
Contributor

@Flyangz Flyangz commented Nov 5, 2025

Which issue does this PR close?

Closes #1604.

Rationale for this change

make MD5 function as before.

What changes are included in this PR?

move MD5 to ext_function and make the return type back to utf8 instead of using f::crypto::md5() in datafusion directly.

Are there any user-facing changes?

no

How was this patch tested?

test in spark-extension-shims-spark/src/test/scala/org/apache/spark/sql/auron/AuronFunctionSuite.scala and native-engine/datafusion-ext-functions/src/spark_crypto.rs

@merrily01 merrily01 changed the title make MD5 output back to utf8 [AURON #1604] Make MD5 output back to utf8 Nov 11, 2025
@merrily01
Copy link
Member

@Flyangz Could you please rebase the code when you get a chance ?

@Flyangz Flyangz force-pushed the feature/support-auron-md5 branch from ce50edf to 81a4028 Compare November 11, 2025 10:07
@Flyangz Flyangz force-pushed the feature/support-auron-md5 branch from 81a4028 to f133659 Compare November 11, 2025 11:04
@Flyangz
Copy link
Contributor Author

Flyangz commented Nov 12, 2025

@Flyangz Could you please rebase the code when you get a chance ?

@merrily01 done

@richox richox merged commit 05eca61 into apache:master Nov 13, 2025
98 checks passed
yew1eb added a commit to yew1eb/auron that referenced this pull request Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MD5 function with utf8view output is not supported as a hash input

4 participants