Acfboy opened a new pull request, #20086:
URL: https://github.com/apache/datafusion/pull/20086

   ## Which issue does this PR close?
   
   - Part of #20018 
   
   ## Rationale for this change
   
   This PR is a pilot implementation of  #20018. By refactoring operator into 
the ScalarUDF framework, we aim to:
   
   1. Move operator type handling from the physical execution phase to the 
logical plan phase, consistent with scalar functions.
   2. Simplify the operator handling logic which is currently scattered across 
the codebase.
   
   ## What changes are included in this PR?
   
   Refactor BitwiseXOR operator handling using ScalarUDF framework
   
   ## Are these changes tested?
   
   Yes.
   - All existing integration tests pass.
   - Move some existing binary operator tests to the new UDF-based 
implementation.
   
   ## Are there any user-facing changes?
   
   No.
   


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