suztomo commented on pull request #15835:
URL: https://github.com/apache/beam/pull/15835#issuecomment-954348212
` ./gradlew -p sdks/java/io/google-cloud-platform test
--tests=GcpApiSurfaceTest` fails:
```
The following disallowed classes appeared on the API surface:
interface com.google.common.base.ParametricNullness exposed via:
interface com.google.common.base.ParametricNullness
interface com.google.common.base.Function
class com.google.common.base.Optional
class com.google.cloud.bigtable.config.CallOptionsConfig
class com.google.cloud.bigtable.config.BigtableOptions
class org.apache.beam.sdk.io.gcp.bigtable.BigtableIO$Write
class org.apache.beam.sdk.io.gcp.bigtable.BigtableIO
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.beam.sdk.io.gcp.GcpApiSurfaceTest.testGcpApiSurface(GcpApiSurfaceTest.java:128)
```
--
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]