alamb commented on code in PR #5764: URL: https://github.com/apache/arrow-datafusion/pull/5764#discussion_r1153370777
########## datafusion/core/tests/sqllogictests/test_files/timestamps.slt: ########## @@ -261,6 +261,110 @@ SELECT INTERVAL '8' MONTH + '2000-01-01T00:00:00'::timestamp; ---- 2000-09-01T00:00:00 +# Interval columns are created with timestamp subtraction in subquery since they are not supported yet Review Comment: I think with https://github.com/apache/arrow-datafusion/pull/5792 we can now write better tests here -- specifically we can create interval constants. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org