0lai0 commented on PR #3466:
URL:
https://github.com/apache/datafusion-comet/pull/3466#issuecomment-4072734625
Thanks @andygrove for the feedback! You're right, this is a regression.
I've updated the PR to keep native sha2 support for column-based inputs and
only fall back to Spark when the input is a literal value. This way sha2(col,
256) still runs natively, while sha2('test', 256) safely falls back to Spark
when ConstantFolding is disabled.
--
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]