Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed 791e5bd6e41
ARROW-17066: [C++][Python][Substrait] "ignore_unknown_fields" should be specified when converting JSON to binary (#13605) Substrait is continously changing and it introduces may unknown fields in the consumed plan. Since it is not practical to support all these fields simultaneously, we have to include a way to ignore such fields. To support that, the `ignore_unknown_fields` is added to the `JsonParseOptions`. Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>