phillipleblanc opened a new pull request, #13065: URL: https://github.com/apache/arrow/pull/13065
If RecordBuilder.UnmarshalJSON encountered an unknown field in the JSON document; it wouldn't consume the next JSON token representing the value. Fix this by manually calling `dec.Token()` and allowing the next call to `dec.Token()` to return the following key. Note that this only handles the case where the ignored value is a simple type, and not a nested array or object. I'm not sure what the correct fix for that would be. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
