apache / datafusion

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

Add support for Utf8View to crypto functions #13406

Open Omega359 opened 13 hours ago

Omega359 commented 13 hours ago

Is your feature request related to a problem or challenge?

Currently none of the crypto functions does not directly support Utf8View type but rather casts it to Utf8. It would be good to support Utf8View directly

Describe the solution you'd like

crypto functions supports Utf8View directly without casts.

Describe alternatives you've considered

Leave as is

Additional context

No response

Omega359 commented 13 hours ago

take