dossett opened a new pull request, #3379:
URL: https://github.com/apache/parquet-java/pull/3379
Move on from Java 8 in `parquet-{common,column,hadoop}`. This PR was created
with codex and this is how it describes the changes:
What changed (Java 11 cleanups enabled by dropping Java 8):
- Replaced Arrays.asList(...) and other collection boilerplate with
List.of(...) where nulls aren’t used, reducing allocations and improving
clarity.
- Used Set.of(...) for small constant sets to simplify initialization.
- Tightened helper/collection usages in tests to lean on Java 9+
convenience factories.
- Kept Arrays.asList(...) where nulls are required to preserve behavior.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]