comphead commented on code in PR #5140:
URL: https://github.com/apache/arrow-datafusion/pull/5140#discussion_r1094911548
##########
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:
Filed https://github.com/apache/arrow-datafusion/issues/5165
--
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]