William Butler created ARROW-14109:
--------------------------------------
Summary: Segfault When Reading JSON With Duplicate Keys
Key: ARROW-14109
URL: https://issues.apache.org/jira/browse/ARROW-14109
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: William Butler
When arrow attempts to parse JSON with duplicate keys and no explicit schema is
provided, an out of buffer read is performed and Arrow can crash. Reproducing
json:
{code:java}
{"a":0, "a":1}{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)