Aggarwal-Raghav commented on PR #461: URL: https://github.com/apache/tez/pull/461#issuecomment-4011478403
> hm, how is this possible: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-461/5/artifact/out/buildtool-patch-checkstyle-tez-dag.txt > > ``` > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:checkstyle (default-cli) on project tez-dag: An error has occurred in Checkstyle report generation. Failed during checkstyle configuration: Exception was thrown while processing /home/jenkins/jenkins-home/workspace/tez-multibranch_PR-461/src/tez-dag/src/main/java/org/apache/tez/dag/app/NodeContext.java: IllegalStateException occurred while parsing file /home/jenkins/jenkins-home/workspace/tez-multibranch_PR-461/src/tez-dag/src/main/java/org/apache/tez/dag/app/NodeContext.java. /home/jenkins/jenkins-home/workspace/tez-multibranch_PR-461/src/tez-dag/src/main/java/org/apache/tez/dag/app/NodeContext.java:18:8: unexpected token: sealed -> [Help 1] > ``` > > I thought sealed interfaces are present since JDK17, so that must not be a problem...however, it compiled successfully, but the checkstyle:checkstyle target was the one that failed, I hope the same can be reproduced locally I'm doing some investigation on checkstyle issue as part of #462 . but using checkstyle 3.6.0 and removing puppycrawler explicit dependency, then its working. -- 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]
