Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.17.0
Description
>>> arr = pa.array([Decimal('123.45')]) >>> arr <pyarrow.lib.Decimal128Array object at 0x7efbbddd4210> [ 123.45 ] >>> arr.type Decimal128Type(decimal(5, 2)) >>> arr.cast(pa.decimal128(4, 2)) ../src/arrow/util/basic_decimal.cc:626: Check failed: (original_scale) != (new_scale)
Attachments
Issue Links
- links to