Abacn commented on PR #35480:
URL: https://github.com/apache/beam/pull/35480#issuecomment-3020271615
please check the failed test
```
testGcpApiSurface (org.apache.beam.sdk.io.gcp.GcpApiSurfaceTest) failed
but: The following disallowed classes appeared on the API surface:
interface com.google.errorprone.annotations.CheckReturnValue exposed
via:
interface com.google.errorprone.annotations.CheckReturnValue
```
to fix, add "com.google.errorprone.annotations.CheckReturnValue" to
https://github.com/apache/beam/blob/510d842170e23cea902e3a21571799f5afd0e727/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java#L63
--
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]