Naurder opened a new pull request, #50153: URL: https://github.com/apache/arrow/pull/50153
### Rationale for this change As reported in #48740, the `CTypeTraits` specializations were missing for decimal types. This prevented generic code from correctly mapping C++ decimal types to Arrow types. ### What changes are included in this PR? * Added `CTypeTraits<Decimal128>` mapping to `Decimal128Type`. * Added `CTypeTraits<Decimal256>` mapping to `Decimal256Type`. ### Are these changes tested? Yes, via existing type traits tests in the CI pipeline. ### Are there any user-facing changes? No. Closes #48740 -- 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]
