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

   Many zetasql nexmark tests fails with
   
   ```
   com.google.zetasql.io.grpc.StatusRuntimeException: UNKNOWN
        at 
com.google.zetasql.io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262)
        at 
com.google.zetasql.io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243)
        at 
com.google.zetasql.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156)
        at 
com.google.zetasql.ZetaSqlLocalServiceGrpc$ZetaSqlLocalServiceBlockingStub.getLanguageOptions(ZetaSqlLocalServiceGrpc.java:1562)
   ...
   Caused by: java.lang.UnsupportedOperationException
        at 
com.google.zetasql.io.grpc.netty.AbstractHttp2Headers.iterator(AbstractHttp2Headers.java:500)
        at 
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:423)
   ```
   
   due to netty_version bumped from "4.1.100.Final" to "4.1.110.Final", not 
compatible with zetasql "2022.04.1" shaded netty version 
   
   Similar to https://github.com/grpc/grpc-java/issues/10707


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