lidavidm commented on issue #12473: URL: https://github.com/apache/arrow/issues/12473#issuecomment-1046255646
Flight is built on gRPC which would have to implement this optimization. gRPC C++ does not have this optimization. gRPC Java does have an "InProcessTransport" which you can set up with the flight-grpc module, but this will still go through some serialization/deserialization. What is the use 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
