You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parquet-tools utility seems to have no problem reading this file.
I'm using the following DTO when reading:
caseclassFoo(
// These columns are present in the file but we can skip them when reading// system_time: Timestamp,// event_time: Timestamp,decimal_13_4: Option[BigDecimal],
decimal_38_18: Option[BigDecimal]
)
When upgrading avro4s from version
2.0.4
to latest I get following exception when reading file containing DECIMAL type:Sample file attached: example.zip
parquet-tools
utility seems to have no problem reading this file.I'm using the following DTO when reading:
Read using following bit of code:
Reproducible in hello-world project using the following dependencies:
The text was updated successfully, but these errors were encountered: