jerolba / parquet-carpet

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

#5 Support TIMESTAMP types #24

Closed jerolba closed 6 months ago

jerolba commented 6 months ago

Instant is converted to TIMESTAMP with isAdjustedToUTC = true LocalDateTime is converted to TIMESTAMP with isAdjustedToUTC = false

Read isAdjustedToUTC = true and map to Instant and the opposite doesn't generate an error.