e-dard opened a new issue #1168:
URL: https://github.com/apache/arrow-rs/issues/1168


   **Describe the bug**
   Whilst attempting to pretty print a value in a `DurationMillisecondArray` I 
hit an error because the plumbing to pretty print durations has not been done 
here:
   
   
https://github.com/apache/arrow-rs/blob/231cf788879f12b3cfbc6da776e2360117567d17/arrow/src/util/display.rs#L291-L403
   
   **To Reproduce**
   
   Create a `DurationMillisecondArray` and try to call 
`arrow::util::display::array_value_to_string(arr, 0)` on the array.
   
   **Expected behaviour**
   
   I expect the first row to be printed in a format consistent with how Rust's 
`std::time::Duration` types are formatted when debug printed.
   
   


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