wgtmac opened a new pull request, #34720: URL: https://github.com/apache/arrow/pull/34720
### Rationale for this change StreamReader only supports reading decimals from int32 and int64. User cannot read decimals from FIXED_LENGTH_BYTE_ARRAY or BYTE_ARRAY. ### What changes are included in this PR? Support StreamReader to read decimals via arrow::Decimal128 type. ### Are these changes tested? Added two test cases to read them. ### Are there any user-facing changes? Yes, now user can directly use arrow::Decimal128 to read from parquet file. -- 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]
