alamb opened a new pull request #1163: URL: https://github.com/apache/arrow-datafusion/pull/1163
# Which issue does this PR close? Resolves https://github.com/apache/arrow-datafusion/issues/1159 # Rationale for this change See https://github.com/apache/arrow-datafusion/issues/1159 # What changes are included in this PR? 1. Support <bool col> = <bool col> and <bool col> != <bool col> 2. Tests for same This is mostly interesting so that during constant folding / simplification we can simplify down de-generate expressions like `true = false` # Are there any user-facing changes? Less errors -- 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]
