emkornfield commented on a change in pull request #10116:
URL: https://github.com/apache/arrow/pull/10116#discussion_r618529479



##########
File path: go/arrow/decimal128/decimal128.go
##########
@@ -54,6 +59,36 @@ func FromI64(v int64) Num {
        }
 }
 
+func fromBigIntPositive(v *big.Int) Num {

Review comment:
       Big int seems like it is arbitrary precision?  What happens if the value 
exceeds 16 bytes?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to