[ https://issues.apache.org/jira/browse/ARROW-14109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated ARROW-14109: ----------------------------------- Labels: pull-request-available (was: ) > 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 > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > 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)