korowa commented on code in PR #5491:
URL: https://github.com/apache/arrow-datafusion/pull/5491#discussion_r1127916406
##########
datafusion/core/tests/sqllogictests/test_files/timestamps.slt:
##########
@@ -191,3 +191,24 @@ query P
SELECT DATE_TRUNC('second', '2022-08-03 14:38:50Z');
----
2022-08-03T14:38:50
+
+# Test that interval can add a timestamp
Review Comment:
Thank you!
I also suppose it's worth adding tests for `interval + timestamp` case, as
it was added in scalar.rs
--
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]