psvri opened a new pull request, #2532:
URL: https://github.com/apache/arrow-rs/pull/2532

   # Which issue does this PR close?
   
   Closes #2496.
   
   # Rationale for this change
    
   The maximum precision and scale for decimal types is 76, and yet we consume 
an entire usize to store this information
   
   # What changes are included in this PR?
   
   Changed decimal types precision and scale to u8
   
   # Are there any user-facing changes?
   
   Yes
   


-- 
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