jerolba / parquet-carpet

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

#5 Support TIMESTAMP types #24

Closed jerolba closed 4 months ago

jerolba commented 4 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.