HaoYang670 commented on issue #2637:
URL: https://github.com/apache/arrow-rs/issues/2637#issuecomment-1257366986

   Thank you, @tustvold, for your perseverance on the decimal implementation.
   
   Personally, I prefer the idea of implementing our own `i256` type, which 
makes the definition of `decimal128` and `decimal256` more consistent.
   
   And, I agree with implementing `Decimal` as one of `ArrowPrimitiveType` (It 
could be even better if `Decimal` could be `ArrowNumericType`). Because 
`DecimalArray` has the same physic layout as other primitive arrays (one 
validate buffer + one value buffer + constant value length). 
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to