You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/08/09 13:22:00 UTC

[jira] [Created] (ARROW-1344) [C++] Calling BufferOutputStream::Write after calling Finish crashes

Wes McKinney created ARROW-1344:
-----------------------------------

             Summary: [C++] Calling BufferOutputStream::Write after calling Finish crashes
                 Key: ARROW-1344
                 URL: https://issues.apache.org/jira/browse/ARROW-1344
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++, Python
            Reporter: Wes McKinney
             Fix For: 0.7.0


This is publicly exposed in the Python API. If you give a BufferOutputStream to some writer class, then call {{get_result}} on the BufferOutputStream, then write to the stream, it will dump core. There is a DCHECK that seems to disallow this, but this was a root cause of ARROW-1338



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)