zarko-gvozdenovic commented on issue #35564: URL: https://github.com/apache/arrow/issues/35564#issuecomment-1551892363
Thx for your correct reply, Weston. Some context: My Python gRPC service was serializing the PyArrow.Table using pyarrow.ipc.new_file (instead of new_stream). My C# .Net6 gRPC client was trying to deserialize it using ArrowStreamReader(MemoryStream(<ReceivedByteArray>).ReadNextRecordBatch(Async). -- 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]
