zeroshade opened a new pull request, #2285: URL: https://github.com/apache/arrow-adbc/pull/2285
Fixes #2278 The current `UnmarshalJSON` function for `requiredList` ended up unmarshalling into a copy of the underlying slice rather than using the actual slice, so the data wasn't being propagated appropriately. This fixes the `UnmarshalJSON` function to handle the scenario appropriately. -- 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]
