sweb opened a new pull request #9397: URL: https://github.com/apache/arrow/pull/9397
Allows writing DecimalArray to parquet files. The `i128` values of `DecimalArray` are written as big endian bytes with a fixed size, calculated from the precision. This assumes that precision defines the total length and scale is contained in the precision. ---------------------------------------------------------------- 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: us...@infra.apache.org