You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/03/30 23:48:00 UTC

[jira] [Created] (ARROW-8278) [C++] Simplify IPC tests by using BufferOutputStreams

Wes McKinney created ARROW-8278:
-----------------------------------

             Summary: [C++] Simplify IPC tests by using BufferOutputStreams
                 Key: ARROW-8278
                 URL: https://issues.apache.org/jira/browse/ARROW-8278
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


The use of memory maps in these IPC tests adds developer overhead for each new test added. I'm not sure they add much. If we're concerned about zero-copy in reads, we can just as easily check for that with an in-memory buffer



--
This message was sent by Atlassian Jira
(v8.3.4#803005)