Ted-Jiang opened a new issue, #5325:
URL: https://github.com/apache/arrow-rs/issues/5325
I think it would be clearer to use the constructors instead:
https://docs.rs/parquet/latest/parquet/data_type/enum.Decimal.html#method.from_i32
```suggestion
let decimal = Decimal::from_i32(* v as i32, *p
as i32, *s as i32)'
sbbf.check(&decimal)
```
(the same applies to the other types here as well)
_Originally posted by @alamb in
https://github.com/apache/arrow-datafusion/pull/8930#discussion_r1462422283_
--
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]