This pull requests updates the `DecimalConverter` to override the `addInt` and `addLong` methods so it will return a BigDecimal with the proper scale when reading an `int32` or `int64` that is a `DECIMAL` with a specific scale.
Without this override in place, the scale factor is ignored and the `int32 DECIMAL` values are displayed inaccurately [ Full content available at: https://github.com/apache/parquet-mr/pull/530 ] This message was relayed via gitbox.apache.org for [email protected]
