robert3005 opened a new pull request, #1227: URL: https://github.com/apache/arrow-java/pull/1227
## What's Changed Add support arrow format spec 1.5. We were missing Decimal32/64 in arrow-java which were added to the spec on Sep 10, 2024. The code is mostly analogous to other two decimal types. The one thing that I didn't want to break is to not rename DecimalArray to Decimal128Array, therefore the other 3 arrays have width in their name while 128 does not. This pr was authored with help of Claude Fable 5 -- 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]
