tustvold commented on code in PR #4581:
URL: https://github.com/apache/arrow-rs/pull/4581#discussion_r1278294713


##########
arrow-cast/src/cast.rs:
##########
@@ -8959,4 +8959,14 @@ mod tests {
         assert_eq!(formatted.value(0).to_string(), "[[1], [2], [3]]");
         assert_eq!(formatted.value(1).to_string(), "[[4], [null], [6]]");
     }
+
+    const CAST_OPTIONS: CastOptions<'static> = CastOptions {

Review Comment:
   This will let us define constant CastOptions and FormatOptions within 
DataFusion to override the way it formats durations



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