Skip to content

Fixed issue #269#276

Merged
CurtHagenlocher merged 1 commit into
apache:mainfrom
CurtHagenlocher:GH-269
Mar 1, 2026
Merged

Fixed issue #269#276
CurtHagenlocher merged 1 commit into
apache:mainfrom
CurtHagenlocher:GH-269

Conversation

@CurtHagenlocher
Copy link
Copy Markdown
Contributor

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.

@CurtHagenlocher CurtHagenlocher merged commit 955a6d6 into apache:main Mar 1, 2026
14 checks passed
@CurtHagenlocher CurtHagenlocher deleted the GH-269 branch March 1, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The IReadOnlyList indexer on top of BinaryArray doesn't return nulls

1 participant