You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2021/09/29 01:04:00 UTC

[jira] [Resolved] (ARROW-14109) Segfault When Reading JSON With Duplicate Keys

     [ https://issues.apache.org/jira/browse/ARROW-14109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yibo Cai resolved ARROW-14109.
------------------------------
    Fix Version/s: 6.0.0
       Resolution: Fixed

Issue resolved by pull request 11222
[https://github.com/apache/arrow/pull/11222]

> 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
>             Fix For: 6.0.0
>
>          Time Spent: 1h
>  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)