[
https://issues.apache.org/jira/browse/ARROW-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-660.
--------------------------------
Resolution: Fixed
Assignee: Wes McKinney
Fix Version/s: 0.3.0
This was done in the patch for ARROW-621:
https://github.com/apache/arrow/blob/master/cpp/src/arrow/ipc/reader.h#L122
> [C++] Restore function that can read a complete encapsulated record batch
> message
> ---------------------------------------------------------------------------------
>
> Key: ARROW-660
> URL: https://issues.apache.org/jira/browse/ARROW-660
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Fix For: 0.3.0
>
>
> In recent refactoring around the stream and file format implementations, the
> ipc::RecordBatchReader class was removed, here it is in Arrow 0.1
> https://github.com/apache/arrow/blob/apache-arrow-0.1.0/cpp/src/arrow/ipc/adapter.h#L81
> see implementation at
> https://github.com/apache/arrow/blob/apache-arrow-0.1.0/cpp/src/arrow/ipc/adapter.cc#L389
> For shared memory IPC, it would be useful to restore this functionality,
> possibly as a single function rather than a class. We should also make sure
> this is properly documented in
> https://github.com/apache/arrow/blob/master/format/IPC.md
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)