Tanveer created ARROW-8509: ------------------------------ Summary: GArrowRecordBatch <-> GArrowBuffer conversion functions Key: ARROW-8509 URL: https://issues.apache.org/jira/browse/ARROW-8509 Project: Apache Arrow Issue Type: New Feature Reporter: Tanveer
Hi All, I am working on integrating two programs, both of which are using Plasma API. For this purpose, I need to convert RecordBatches to Buffer to transfer to Plasma. I have created GArrowRecordBatch <-> GArrowBuffer conversion functions which are working for me locally, but I am not sure if I have adopted the correct way, I want it to be integrated into c_glib. Can you people please check these functions and update/accept the pull request? https://github.com/apache/arrow/pull/6963 -- This message was sent by Atlassian Jira (v8.3.4#803005)