aiguofer opened a new issue, #39484: URL: https://github.com/apache/arrow/issues/39484
### Describe the enhancement requested The current implementation breaks when a Decimal column needs 256 bits (32 bytes). For example, BigQuery's BIGNUMERIC. There's already a `Decimal256Vector` so I believe we'd just need to add a `Decimal256Consumer` and add the logic for using it in a conversion. ### Component(s) Java -- 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]
