You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/07/22 09:14:00 UTC

[jira] [Resolved] (ARROW-17066) [C++][Substrait] "ignore_unknown_fields" should be specified when converting JSON to binary

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

Antoine Pitrou resolved ARROW-17066.
------------------------------------
    Resolution: Fixed

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

> [C++][Substrait] "ignore_unknown_fields" should be specified when converting JSON to binary
> -------------------------------------------------------------------------------------------
>
>                 Key: ARROW-17066
>                 URL: https://issues.apache.org/jira/browse/ARROW-17066
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Richard Tia
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Major
>              Labels: pull-request-available, substrait
>             Fix For: 9.0.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> [https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.util.json_util#JsonParseOptions]
>  
> When converting a substrait JSON to binary, there are many unknown fields that may exist since substrait is being built every week. ignore_unknown_fields should be specified when doing this conversion.
>  
> This is resulting in frequent errors similar to this:
> {code:java}
> E   pyarrow.lib.ArrowInvalid: JsonToBinaryStream returned INVALID_ARGUMENT:(relations[0].root.input.sort.input.aggregate.measures[0].measure) arguments: Cannot find field.
> pyarrow/error.pxi:100: ArrowInvalid {code}



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