alamb commented on code in PR #5441:
URL: https://github.com/apache/arrow-datafusion/pull/5441#discussion_r1135685360


##########
datafusion/core/tests/sql/timestamp.rs:
##########
@@ -1411,14 +1411,14 @@ async fn cast_timestamp_before_1970() -> Result<()> {
 
     assert_batches_eq!(expected, &actual);
 
-    let sql = "select cast('1969-01-01T00:00:00.1Z' as timestamp);";
+    let sql = "select cast('1969-01-01T00:00:00.100Z' as timestamp);";

Review Comment:
   https://github.com/apache/arrow-rs/pull/3858 I think is related



-- 
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]

Reply via email to