jerolba / parquet-carpet

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

Add support for TIMESTAMP type #5

Closed jerolba closed 4 months ago

jerolba commented 9 months ago

Add support for TIMESTAMP Temporal Type

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