emilk commented on issue #8351:
URL: https://github.com/apache/arrow-rs/issues/8351#issuecomment-3414252017

   Looking over `datatype_display.rs`… not much.
   
   I think the formatting of `Decimal64` and friends is pretty bad though, e.g. 
`Decimal64(5, 6)` is not really understandable without memorizing the order of 
precision/scale. `Decimal64(precision: 5, scale: 6)` would be a lot better


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