sarahyurick opened a new issue, #3159: URL: https://github.com/apache/arrow-datafusion/issues/3159
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A similar issue regarding "IS NOT TRUE/FALSE" syntax has already been opened (#2265), but it doesn't look like there is support for the "IS TRUE/FALSE" syntax either. **Describe the solution you'd like** Enum [datafusion](https://docs.rs/datafusion/2.0.0/datafusion/index.html)::[logical_plan](https://docs.rs/datafusion/2.0.0/datafusion/logical_plan/index.html)::[Expr](https://docs.rs/datafusion/2.0.0/datafusion/logical_plan/enum.Expr.html) should include functionality for IsTrue and IsFalse. **Describe alternatives you've considered** None. **Additional context** None. -- 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]
