Parquet for Java 1.3.0, released 2022-01-12
January 12, 2022 ยท View on GitHub
Code name: Support UUID and TIMESTAMP_MICROS Logical Types
Summary
In this release, we added support for reading FIXED_LEN_BYTE_ARRAY (UUID) and INT64 (TIMESTAMP_MICROS) logical types.
Features
- #33: Added support for reading
UUIDlogical type as Java UUID - #38: Added support for reading
TIMESTAMP_MICROSlogical type as Java timestamp
Dependency Updates
Compile Dependency Updates
- Updated
org.scala-lang:scala-library:2.13.7to2.13.8
Test Dependency Updates
- Updated
org.junit.jupiter:junit-jupiter:5.8.1to5.8.2 - Updated
org.mockito:mockito-core:4.1.0to4.2.0 - Updated
org.mockito:mockito-junit-jupiter:4.1.0to4.2.0
Plugin Dependency Updates
- Updated
io.github.zlika:reproducible-build-maven-plugin:0.14to0.15 - Updated
net.alchim31.maven:scala-maven-plugin:4.5.4to4.5.6 - Updated
org.apache.maven.plugins:maven-jar-plugin:3.2.0to3.2.2 - Updated
org.apache.maven.plugins:maven-site-plugin:3.9.1to3.10.0 - Updated
org.itsallcode:openfasttrace-maven-plugin:1.2.0to1.3.0