kou commented on issue #20325: URL: https://github.com/apache/arrow/issues/20325#issuecomment-1718322906
You should use Apache Arrow Streaming format https://arrow.apache.org/docs/dev/format/Columnar.html#ipc-streaming-format not Apache Arrow File format https://arrow.apache.org/docs/dev/format/Columnar.html#ipc-file-format for this use case. See also https://arrow.apache.org/docs/dev/python/ipc.html#using-streams how to write data as Apache Arrow Streaming format. -- 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]
