chenyuanxing commented on issue #39730:
URL: https://github.com/apache/arrow/issues/39730#issuecomment-1904228380

   We need to transfer Arrow objects between systems, we have been using java 
and c++ systems, so the format has always been schema IPC message + recordBatch 
IPC message, now we have a go system, and we find that we can't pass Arrow 
objects in the same format (separate format for schema and data)


-- 
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]

Reply via email to