pabloem commented on pull request #13926: URL: https://github.com/apache/beam/pull/13926#issuecomment-788403885
You'll need to check the couple build issues: https://scans.gradle.com/s/azabfuw37q6os/console-log?task=:runners:spark:checkstyleMain ``` [ant:checkstyle] [ERROR] /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/runners/spark/src/main/java/org/apache/beam/runners/spark/aggregators/metrics/sink/InMemoryMetrics.java:1: Missing package-info.java file. [JavadocPackage] ``` and also you may need to run `./gradlew :runners:spark:spotbugsMain` to see what other spotbugs issues may have been found. fyi @MabelYC ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
