abhioncbr opened a new pull request, #12956: URL: https://github.com/apache/pinot/pull/12956
This is the PR for [issue](https://github.com/apache/pinot/issues/12858), As mentioned in the issue, ORC 2.0.0 dropped the support for JDK8/11, and hence, we were seeing the following below issue in the [PR](https://github.com/apache/pinot/pull/12841) raised by dependabot for upgrade ```bash Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project pinot-orc: Compilation failure: Compilation failure: Error: /home/runner/work/pinot/pinot/pinot-plugins/pinot-input-format/pinot-orc/src/main/java/org/apache/pinot/plugin/inputformat/orc/ORCRecordReader.java:[43,21] error: cannot access OrcFile Error: bad class file: /home/runner/.m2/repository/org/apache/orc/orc-core/2.0.0/orc-core-2.0.0.jar(/org/apache/orc/OrcFile.class) Error: class file has wrong version 61.0, should be 55.0 Error: Please remove or make sure it appears in the correct subdirectory of the classpath. ``` This is the follow-up to upgrade `ORC 1.9.3`, which still supports Java 11. Also, ORC removed the hive-related classes from the package, and hence, we need to explicitly add a `hive-storage-api` dependency. -- 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]
