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

Matthew Topol resolved ARROW-16471.
-----------------------------------
    Fix Version/s: 11.0.0
       Resolution: Fixed

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

> RecordBuilder UnmarshalJSON does not handle extra unknown fields with complex 
> values
> ------------------------------------------------------------------------------------
>
>                 Key: ARROW-16471
>                 URL: https://issues.apache.org/jira/browse/ARROW-16471
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Go
>    Affects Versions: 7.0.0
>            Reporter: Phillip LeBlanc
>            Assignee: Matthew Topol
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 11.0.0
>
>   Original Estimate: 24h
>          Time Spent: 0.5h
>  Remaining Estimate: 23.5h
>
> The fix for https://issues.apache.org/jira/browse/ARROW-16456 only included 
> support for simple unknown fields with a single value.
> i.e.
> {code:javascript}
> {"region": "NY", "model": "3", "sales": 742.0, "extra": 1234}
> {code}
> However, nested objects or arrays are still not handled properly.
> {code:javascript}
> {"region": "NY", "model": "3", "sales": 742.0, "extra_array": [1234], 
> "extra_object": {"nested": ["deeply"]}}
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to