jembishop opened a new issue, #6556: URL: https://github.com/apache/arrow-rs/issues/6556
**Which part is this question about** Library API **Describe your question** I wanted to use a decimal type which can fit in an Int64 which appears to be supported by parquet according to the docs. I noticed that this type is not included as part of the `arrow::datatypes::DataType` enum, there is only the Decimal128, which I didn't want to use because it would double my column size compared to using a Int64. Any idea if there is a way to do this? Thanks -- 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]
