asfimport opened a new issue, #76: URL: https://github.com/apache/arrow-go/issues/76
For cases where we have a known shared memory region, it would be great if the ipc.Writer (and by extension ipc.Reader?) had the ability to write out everything but the actual buffers holding the data. That way we can still utilize the ipc mechanisms to communicate without having to serialize all the underlying data across the wire. This seems like it should be possible since the `RecordBatch` flatbuffers only contain the metadata and the underlying data buffers are appended later. We just need to skip appending the underlying data buffers. @sbinet thoughts? **Reporter**: [Nick Poorman](https://issues.apache.org/jira/browse/ARROW-6107) / @nickpoorman <sub>**Note**: *This issue was originally created as [ARROW-6107](https://issues.apache.org/jira/browse/ARROW-6107). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*</sub> -- 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]
