Abacn commented on PR #33368:
URL: https://github.com/apache/beam/pull/33368#issuecomment-2563692445

   after multiple rerun there is indeed a related test failure:
   
   https://github.com/apache/beam/runs/34888346578
   
   ```
   testGcpCoreApiSurface 
(org.apache.beam.sdk.extensions.gcp.GcpCoreApiSurfaceTest) failed
   
   java.lang.AssertionError: 
   Expected: API surface to include only:
   
   ...
   
    but: The following disallowed classes appeared on the API surface:
        class com.google.protobuf.AbstractMessage exposed via:
   ...
   interface 
org.apache.beam.sdk.extensions.gcp.options.GcsOptions$GoogleCloudStorageProvider
   ```
   
   looks like it is coded in test to prevent the exposure of unwanted classes. 
Refactor in a way that does not leak these may fix


-- 
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]

Reply via email to