zeroshade commented on PR #897: URL: https://github.com/apache/arrow-go/pull/897#issuecomment-4883163799
@fallintoplace nudge — the production change is correct; only the test is broken: it uses the stdlib `encoding/json.Decoder`, but `UnmarshalOne` takes arrow's `internal/json.Decoder`, so it won't compile. Swap the import and it should pass. Happy to re-review. -- 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]
