comphead commented on code in PR #5140:
URL: https://github.com/apache/arrow-datafusion/pull/5140#discussion_r1093485681
##########
datafusion/core/tests/sql/timestamp.rs:
##########
@@ -1742,5 +1741,55 @@ async fn test_ts_dt_binary_ops() -> Result<()> {
assert_batches_eq!(expected, &results);
+ //test cast path timestamp date using literals
+ let sql = "select '2000-01-01'::timestamp >= '2000-01-01'::date";
Review Comment:
Thanks @alamb I will create a separate ticket to move all timestamp tests
from timestamp.rs to sqllogictest, all that can be moved of course
--
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]