Naireen commented on code in PR #33503:
URL: https://github.com/apache/beam/pull/33503#discussion_r1975807380
##########
sdks/java/extensions/google-cloud-platform-core/src/test/java/org/apache/beam/sdk/extensions/gcp/GcpCoreApiSurfaceTest.java:
##########
@@ -40,6 +40,7 @@ public void testGcpCoreApiSurface() throws Exception {
final ApiSurface apiSurface =
ApiSurface.ofPackage(thisPackage, thisClassLoader)
.pruningPattern("org[.]apache[.]beam[.].*Test.*")
+ .pruningPattern("org[.]apache[.]beam[.].*vendor.*")
Review Comment:
I think its because of the changes to metricName (a public method), we've
added ImmutableMaps (which is coming from our vendored deps) as a part of the
interface.
--
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]