alamb commented on issue #1398:
URL: https://github.com/apache/arrow-rs/issues/1398#issuecomment-1059563416
The output from rust is:
```
Error: Status { code: Unknown, message: "transport error", source:
Some(tonic::transport::Error(Transport, hyper::Error(Http2, Error { kind:
Reset(StreamId(1), INTERNAL_ERROR, Remote) }))) }
```
The output from C++ is
```
E0304 16:47:21.317255000 123145352572928 hpack_parser.cc:1240] Error
parsing metadata: error=invalid value key=:scheme value=grpc
```
Which seems to suggest some sort of bug in parsing headers or something
However, since other tests run, maybe it is something related to the
contents?
Given how it came on suddenly, smells like something related to a change in
a dependency, but I haven't found one yet
--
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]