yunfan123 opened a new issue #7325: URL: https://github.com/apache/arrow/issues/7325
I want to use it between my java processor and python processor to reduce the cost of serialization and deserialization. The java processor will send data to python processor continuously. In my understanding, I should create a stream batch writer in java side, and this writer will write data to a file. In python side, I should create stream batch reader to read this file. Or I should use arrow flight in this situation? ---------------------------------------------------------------- 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: [email protected]
