jerolba / parquet-carpet

Java Parquet serialization and deserialization library using Java 17 Records
Apache License 2.0
35 stars 0 forks source link

Support Decimal type mapping to BigDecimal #27

Closed jerolba closed 1 month ago

jerolba commented 1 month ago

Map Decimal type to BigDecimal.

If BigDecimal is used the user must configure a default precision and scale value in writer configuration. No default value is provided.