zeroshade commented on PR #3295:
URL: https://github.com/apache/arrow-adbc/pull/3295#issuecomment-3229470009

   In my opinion this should be the behavior:
   
   1. If `useHighPrecision == true` then just use the `decimal` type as-is that 
was given to us
   2. If `useHighPrecision == false` then: for `scale == 0` use `int64`, 
otherwise use `float64`.
   
   


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