You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of Arrow::Decimal128. This is a backward incompatible change but
it's acceptable. Because BigDecimal is easy to use than
Arrow::Decimal128 in Ruby. BigDecimal is a self-contained object. It
means that we can get expected result by #to_s without
Arrow::Decimal128DataType.
Users can still get value as Arrow::Deciaml128 by
Arrow::Decimal128Array#get_raw_value.
Closesapache#5089 from kou/ruby-use-bigdecimal and squashes the following commits:
e7e4853 <Sutou Kouhei> Arrow::Decimal128Array#get_value returns BigDecimal
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Yosuke Shiro <yosuke.shiro615@gmail.com>
0 commit comments