kumarUjjawal commented on issue #20046: URL: https://github.com/apache/datafusion/issues/20046#issuecomment-3827835532
Doesn't SHA2 already has a dedicated scalar implementation (digest_to_scalar!), so it doesn’t rely on make_scalar_function/values_to_arrays for scalars? https://github.com/apache/datafusion/blob/a02e6836e7d449008eef592b177ea282595e027a/datafusion/functions/src/crypto/sha.rs#L158C1-L161C6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
