parquet-java
parquet-java copied to clipboard
GH-2945: Add Java 21 support
Rationale for this change
It would be good to check against Java 21 on each change of the code. It looks like the current version of Spotless does not support JDK21. And we cannot upgrade since they dropped Java 8 support: https://github.com/apache/parquet-java/pull/1377