alamb opened a new issue #230: URL: https://github.com/apache/arrow-rs/issues/230
In the context of https://github.com/apache/arrow-datafusion/issues/107 from @joshuataylor **Describe the solution you'd like** It should be possible to pretty-print columns of `DataType::Decimal` type. Pretty printing is used for datafusion and other projects to make human readable versions of Arrow arrays. To do so, we would add support here: https://github.com/apache/arrow-rs/blob/cf0c7d2cbecc2ca6ceeb7459417cef3501f64ad1/arrow/src/util/display.rs#L269-L271 Right now, you get an error such as ``` ArrowError(InvalidArgumentError("Pretty printing not implemented for Decimal(9, 0) type")) ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
