lidavidm commented on issue #43819: URL: https://github.com/apache/arrow/issues/43819#issuecomment-2310463547
In the sense that you would directly use gRPC, generate the Protobuf stubs yourself, and in general be fully in control of the server (as much as possible), instead of bindings. And the same goes for Python, ideally - you would directly use grpcio (and just interpose the optimized serializer/deserializer for Arrow data) instead of having to wrap every single thing. -- 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]
