shubhamkoti opened a new pull request, #48763:
URL: https://github.com/apache/arrow/pull/48763

   ### Rationale for this change
   As reported in #48740, the `CTypeTraits` specializations were missing for 
`Decimal128Type` and `Decimal256Type`. This prevented generic code from 
correctly identifying the C++ types associated with these Arrow types.
   
   ### What changes are included in this PR?
   - Added `CTypeTraits<Decimal128Type>` mapping to `Decimal128`.
   - Added `CTypeTraits<Decimal256Type>` mapping to `Decimal256`.
   
   ### Are these changes tested?
   Yes. I verified the changes locally by running the existing type traits 
tests.
   Command used: `ctest -R arrow-type-traits`
   
   ### 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]

Reply via email to