gruuya commented on code in PR #5282:
URL: https://github.com/apache/arrow-rs/pull/5282#discussion_r1448599365


##########
arrow-cast/src/cast.rs:
##########
@@ -7500,17 +7500,19 @@ mod tests {
         assert!(c.is_valid(0)); // "2000-01-01"
         assert_eq!(date_value, c.value(0));
 
+        assert!(c.is_valid(1)); // "2000-01-01"

Review Comment:
   Actually, since we trim away the time part, I think it's correct (I see 
10957 as the value for both)?



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