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

[jira] [Created] (ARROW-6191) Arrow error: Invalid: Buffer size should be positive

Zherui Cao created ARROW-6191:
---------------------------------

             Summary:  Arrow error: Invalid: Buffer size should be positive
                 Key: ARROW-6191
                 URL: https://issues.apache.org/jira/browse/ARROW-6191
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Zherui Cao


[https://github.com/apache/arrow/blob/master/cpp/src/parquet/properties.h#L40]

this set default size as 0,

but in

[https://github.com/apache/arrow/blob/master/cpp/src/arrow/io/buffered.cc#L259]

it prevent the buffer size being 0.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)