jerolba / parquet-carpet

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

Support Decimal type mapping to BigDecimal #27

Closed jerolba closed 6 months ago

jerolba commented 6 months 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.