jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.06k stars 223 forks source link

Casting error reading Decimal256. #1433

Open Nozzch opened 1 year ago

Nozzch commented 1 year ago

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