alamb opened a new issue #140:
URL: https://github.com/apache/arrow-rs/issues/140


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-10961
   
   C++ gRPC servers sometimes return both headers and trailers, and 
[tonic|https://crates.io/crates/tonic], the crate that provides a Rust gRPC 
implementation, wasn't correctly merging headers and trailers for errors in the 
gRPC client. [This has been fixed|https://github.com/hyperium/tonic/pull/510] 
and should be included in the next release of tonic, which should have some 
version number greater than 0.3.1, but I'm not sure what tonic's release plans 
are.
   
   In the Rust Flight integration test client I'm developing, the middleware 
scenario with the Rust client against the C++ server will fail until this is 
taken care of. Filing this ticket so I can reference it in the disabling of 
that test case.


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