n0r0shi opened a new pull request, #3572:
URL: https://github.com/apache/datafusion-comet/pull/3572

   
   
   ## Summary
   - Add `CometUnBase64` handler that maps Spark's `unbase64(input)` to 
DataFusion's built-in `decode(input, 'base64')` function
   - The `failOnError` variant (triggered by `to_binary(x, 'base64')`) is not 
supported by DataFusion's `decode` and falls back to Spark
   
   ## Test plan
   - [x] `unbase64` with column data, literal, and null
   - [x] `to_binary(x, 'base64')` fallback test verifying `failOnError` path 
returns to Spark
   
   Closes #423


-- 
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]

Reply via email to