alamb commented on code in PR #11876: URL: https://github.com/apache/datafusion/pull/11876#discussion_r1709774179
########## datafusion/sqllogictest/test_files/timestamps.slt: ########## @@ -3109,6 +3109,43 @@ SELECT * FROM VALUES 2024-02-01T08:00:00Z 2023-12-31T23:00:00Z +# interval vs. duration comparison Review Comment: It might also be worth adding tests (could be in a follow on PR) for the other operators enabled in this PR `<=`, `=`, `!=`, `>`, and `>=` -- 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]
