pepijnve opened a new pull request, #18621: URL: https://github.com/apache/datafusion/pull/18621
## Which issue does this PR close? None, unit test clarification ## Rationale for this change The unit tests for `Interval::and`, and `Interval::not` are written using a hard to to interpret matrix of boolean values. It's much easier to scan this for correctness when using the constants instead. ## What changes are included in this PR? - Replace raw boolean values with constant references - Ensure tests cover all permutations - Add missing test for `Interval::or` ## Are these changes tested? Test only change ## Are there any user-facing changes? No -- 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]
