Dan Robinson created ARROW-75:
---------------------------------
Summary: C++: Fix handling of empty strings
Key: ARROW-75
URL: https://issues.apache.org/jira/browse/ARROW-75
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Dan RobinsonIf StringBuilder.Append() is given a byte array with length 0 (such as if a user calls pyarrow.from_pylist([""])), it segfaults. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
