apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

Fixed issue with md5 not support LargeUtf8 correctly #13502

Closed Omega359 closed 1 day ago

Omega359 commented 1 day ago

Which issue does this PR close?

Rationale for this change

Bug fix for md5 not working as expected with largeutf8 input

What changes are included in this PR?

Code, tests.

Are these changes tested?

Yes

Are there any user-facing changes?

No

alamb commented 1 day ago

Since this is a small code / bug fix merging it in now