amoeba commented on issue #45055: URL: https://github.com/apache/arrow/issues/45055#issuecomment-2549694729
@lidavidm pointed out the probable cause here, https://github.com/apache/arrow/blob/aab7d81aeec1e8f106bdda953cdeb00f7f78b355/cpp/src/arrow/flight/transport_server.cc#L163-L164 And you can see the trick mentioned above in the client code, accessing the `arrow::ipc::IpcPayloadWriter` directly: https://github.com/apache/arrow/blob/2bd2e35a97c28cbe32e542d4ba3b8f64e6592e42/cpp/src/arrow/flight/client.cc#L413-L418 -- 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]
