kou opened a new pull request, #13377:
URL: https://github.com/apache/arrow/pull/13377

   This requires bigdecimal 3.1.0 or later for BigDecimal#scale.
   
   Arrow::Array.new([BigDecimal]) detects the max precision and scale
   from BigDecimals and creates suitable Arrow::Decimal{128,256}DataType
   automatically.
   
   This also truncates given BigDecimal when the specified
   Arrow::Decimal{128,256}DataType doesn't have enough and scale. This
   still doesn't check precision. If an user specifies data that have too
   much precision, the data are used as-is.


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