alamb opened a new issue, #3420: URL: https://github.com/apache/arrow-datafusion/issues/3420
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** See usecase from @FauxFaux on https://github.com/apache/arrow-datafusion/issues/1619 The only remaining bitwise operator left to go is bitwise XOR (`#`) which is tracked by this ticket **Describe the solution you'd like** Implement bitwise XOR operator (following the model of bitwise AND `&` and OR `|`) -- see PRs linked from https://github.com/apache/arrow-datafusion/issues/1619 I think this is a good first issue as there are existing operator examples which can be followed and newcomers could learn the codebase -- 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]
