viirya commented on pull request #1326: URL: https://github.com/apache/arrow-rs/pull/1326#issuecomment-1043199710
Oh, I used `a == b` at first, but when I looked at `eq_bool`, it uses `!(a ^ b)`, so I modified to follow it. I can change it back to `a == b` if it looks better. -- 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]
