zhjwpku commented on PR #182:
URL: https://github.com/apache/iceberg-cpp/pull/182#issuecomment-3217896430

   > Could you explicitly mark which part is exactly ported from Arrow to make 
the current review and future sync process easier?
   
   That's not easy, Arrow's Decimal type uses a complex inheritance hierarchy 
and supports bit lengths in any 64-bit multiple. Since we only need Decimal128, 
l omitted the inheritance layer. But the algorithms adapted from Arrow is quite 
straightforward and should be easy for future sync.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to