jbonofre commented on PR #1280: URL: https://github.com/apache/arrow-java/pull/1280#issuecomment-5479352032
Superseded by #1281. hive-storage-api 4.2.0 moved its compiler target from Java 17 to Java 21, so the 4.2.x class files (major version 65) cannot be read by `javac --release 17`, which is what this project builds with. That breaks the `arrow-orc` test compilation in the RC `Binaries` job: ``` [ERROR] adapter/orc/src/test/java/org/apache/arrow/adapter/orc/OrcReaderTest.java:[34,44] cannot access BytesColumnVector [ERROR] bad class file: hive-storage-api-4.2.1.jar(/org/apache/hadoop/hive/ql/exec/vector/BytesColumnVector.class) [ERROR] class file has wrong version 65.0, should be 61.0 ``` #1281 bumps to 4.1.0 instead, the newest release still targeting Java 17. Ignoring the 4.2.x line here until the project baseline moves to Java 21. -- 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]
