Abacn commented on code in PR #36004: URL: https://github.com/apache/beam/pull/36004#discussion_r2310374409
########## sdks/java/extensions/sql/build.gradle: ########## @@ -41,6 +41,8 @@ applyJavaNature( ], // javacc generated code produces lint warnings disableLintWarnings: ['dep-ann', 'rawtypes'], + // Disable SpotBugs due to ASM bytecode analysis issue with BeamCalcRel class Review Comment: I've seen this error when working on #35684 yesterday (https://github.com/apache/beam/actions/runs/17308224909) after another commit it was gone. Likely a spotbugs bug. Could leave this for now. -- 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]
