veblush commented on pull request #11651:
URL: https://github.com/apache/beam/pull/11651#issuecomment-631024519


   It appears that it actually has a problem with dependency.
   
   ####  Java PostCommit / 
[testReadEmptySketchFromBigQuery](https://builds.apache.org/job/beam_PostCommit_Java_PR/366/testReport/junit/org.apache.beam.sdk.extensions.zetasketch/BigQueryHllSketchCompatibilityIT/testReadEmptySketchFromBigQuery/)
   
   ```
   Caused by: java.lang.NoSuchFieldError: NETTY_SHADED
        at 
io.grpc.netty.shaded.io.grpc.netty.NettyClientStream.<clinit>(NettyClientStream.java:59)
        at 
io.grpc.netty.shaded.io.grpc.netty.NettyClientTransport.newStream(NettyClientTransport.java:177)
        at 
io.grpc.internal.MetadataApplierImpl.apply(MetadataApplierImpl.java:70)
        at io.grpc.CallCredentials2$1.apply(CallCredentials2.java:61)
        at 
io.grpc.auth.GoogleAuthLibraryCallCredentials$1.onSuccess(GoogleAuthLibraryCallCredentials.java:133)
        at 
com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:134)
        at 
io.grpc.auth.GoogleAuthLibraryCallCredentials.applyRequestMetadata(GoogleAuthLibraryCallCredentials.java:110)
        at 
io.grpc.CallCredentials2.applyRequestMetadata(CallCredentials2.java:58)
        at 
io.grpc.internal.CallCredentialsApplyingTransportFactory$CallCredentialsApplyingTransport.newStream(CallCredentialsApplyingTransportFactory.java:108)
        at 
io.grpc.internal.ForwardingConnectionClientTransport.newStream(ForwardingConnectionClientTransport.java:49)
        at 
io.grpc.internal.InternalSubchannel$CallTracingTransport.newStream(InternalSubchannel.java:635)
        at 
io.grpc.internal.DelayedClientTransport$PendingStream.createRealStream(DelayedClientTransport.java:353)
        at 
io.grpc.internal.DelayedClientTransport$PendingStream.access$300(DelayedClientTransport.java:341)
        at 
io.grpc.internal.DelayedClientTransport$5.run(DelayedClientTransport.java:300)
   ```
   
   ####  Java PostCommit / 
[SpannerWriteIT/testWrite_2](https://builds.apache.org/job/beam_PostCommit_Java_PR/366/testReport/junit/org.apache.beam.sdk.io.gcp.spanner/SpannerWriteIT/testWrite_2/)
   
   ```
   Caused by: java.lang.NoClassDefFoundError: Could not initialize class 
io.grpc.netty.shaded.io.grpc.netty.NettyClientStream
        at 
io.grpc.netty.shaded.io.grpc.netty.NettyClientTransport.newStream(NettyClientTransport.java:177)
        at 
io.grpc.internal.MetadataApplierImpl.apply(MetadataApplierImpl.java:70)
        at io.grpc.CallCredentials2$1.apply(CallCredentials2.java:61)
        at 
io.grpc.auth.GoogleAuthLibraryCallCredentials$1.onSuccess(GoogleAuthLibraryCallCredentials.java:133)
        at 
com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:134)
        at 
io.grpc.auth.GoogleAuthLibraryCallCredentials.applyRequestMetadata(GoogleAuthLibraryCallCredentials.java:110)
        at 
io.grpc.CallCredentials2.applyRequestMetadata(CallCredentials2.java:58)
        at 
io.grpc.internal.CallCredentialsApplyingTransportFactory$CallCredentialsApplyingTransport.newStream(CallCredentialsApplyingTransportFactory.java:108)
        at 
io.grpc.internal.ForwardingConnectionClientTransport.newStream(ForwardingConnectionClientTransport.java:49)
        at 
io.grpc.internal.InternalSubchannel$CallTracingTransport.newStream(InternalSubchannel.java:635)
        at 
io.grpc.internal.DelayedClientTransport$PendingStream.createRealStream(DelayedClientTransport.java:353)
        at 
io.grpc.internal.DelayedClientTransport$PendingStream.access$300(DelayedClientTransport.java:341)
        at 
io.grpc.internal.DelayedClientTransport$5.run(DelayedClientTransport.java:300)
   ```


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to