nandorKollar commented on PR #3846: URL: https://github.com/apache/polaris/pull/3846#issuecomment-3958876181
> CI failure: > > ``` > Execution failed for task ':polaris-runtime-service:compileJava'. > > Compilation failed; see the compiler output below. > /home/runner/work/polaris/polaris/runtime/service/src/main/java/org/apache/polaris/service/catalog/policy/PolicyCatalog.java:287: error: cannot find symbol > @Nonnull PolicyAttachmentTarget target, > ^ > symbol: class Nonnull > location: class PolicyCatalog > 2 errors > ``` Yes, that's clear, but with the same JDK, same command, on my local env, it compiles. Also, note that annotation (Nonnull) is imported, and was used in this file before. -- 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]
