CurtHagenlocher opened a new pull request, #276: URL: https://github.com/apache/arrow-dotnet/pull/276
## What's Changed The implementation of `IReadOnlyList<byte[]>` on `BinaryArray` would return an empty byte array instead of null when the value was null. This has been fixed. **This contains potentially-breaking changes, if consumers are not prepared to handle a null coming back from the IReadOnlyList** Closes #269. -- 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]
