Acfboy commented on issue #20018: URL: https://github.com/apache/datafusion/issues/20018#issuecomment-3804947631
Thank you for the feedback @2010YOUY01 ! I'd love to try refactoring one operator first to see how it works with the ScalarUDFImpl framework. I’m thinking of starting with the Bitwise XOR `^` operator for this pilot. It’s limited to integers, making the logic straightforward. Since its type handling is currently in physical execution (not in logical plan as expected), refactoring it will help us understand the full end-to-end flow. I'm happy to drive this effort. Would you be willing to review my initial PR and provide some support if I hit any roadblocks? -- 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]
