stankiewicz commented on code in PR #36962:
URL: https://github.com/apache/beam/pull/36962#discussion_r2598933463
##########
sdks/java/extensions/google-cloud-platform-core/src/test/java/org/apache/beam/sdk/extensions/gcp/GcpCoreApiSurfaceTest.java:
##########
@@ -58,6 +58,7 @@ public void testGcpCoreApiSurface() throws Exception {
classesInPackage("com.fasterxml.jackson.annotation"),
classesInPackage("com.google.cloud.hadoop.gcsio"),
classesInPackage("com.google.common.collect"), // Via
gcs-connector ReadOptions builder
+ classesInPackage("io.opentelemetry"), // open telemetry
Review Comment:
@kennknowles I had to at this as we are exposing otel context in
```
interface org.apache.beam.sdk.values.WindowedValue
interface org.apache.beam.sdk.values.OutputBuilder
interface org.apache.beam.sdk.transforms.DoFn$OutputReceiver
```
--
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]