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)