alamb commented on code in PR #7534:
URL: https://github.com/apache/arrow-rs/pull/7534#discussion_r2100245177


##########
arrow-cast/src/pretty.rs:
##########
@@ -1186,4 +1186,56 @@ mod tests {
         let actual: Vec<&str> = batch.lines().collect();
         assert_eq!(expected_table, actual, "Actual result:\n{batch}");
     }
+
+    #[test]
+    fn duration_pretty_and_iso_extremes() {

Review Comment:
   Another thing that would be good would be to extend these tests to cover the 
other duration TimeUnits (like milliseconds, microseconds and nanoseconds)
   
   However I don't think it is required



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