Acfboy commented on PR #20306: URL: https://github.com/apache/datafusion/pull/20306#issuecomment-3901440291
@neilconway Thanks! While trying to add some tests, another bug occurs: #20355 . So I can't add something like `SELECT * FROM (SELECT 1) WHERE ((-'abc') IS NULL);` to slt tests now. Also, my apologies for the oversight. Binary operators are indeed type-checked. The bitwise operation issue was a bug that's already been fixed in a merged PR. I've checked the other branches, and it appears that only unary negation and function calls still have this problem. -- 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]
