alamb commented on code in PR #5140: URL: https://github.com/apache/arrow-datafusion/pull/5140#discussion_r1094826439
########## 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: Thank you very much -- that would be great -- 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