jorgecarleitao/arrow2

Casting error reading Decimal256.

Nozzch opened this issue · 0 comments

Hello, in pola-rs im getting a error reading a parquet file containing decimals256 stemming from arrow2 as casting from Decimal256(67, 63) to Decimal(67, 63) not supported.

PanicException: called `Result::unwrap()` on an `Err` value: ArrowError(NotYetImplemented("Casting from Decimal256(67, 63) to Decimal(67, 63) not supported"))