This is an automated email from the ASF dual-hosted git repository.
eerhardt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 1d7d919 ARROW-9460: [C++] Fix BinaryContainsExact for pattern with
repeated characters
add 6128fa4 ARROW-8344: [C#] Bug-fixes to binary array plus other
improvements
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs | 177 ++++++--
.../Apache.Arrow.Tests/BinaryArrayBuilderTests.cs | 489 +++++++++++++++++++++
2 files changed, 633 insertions(+), 33 deletions(-)
create mode 100644 csharp/test/Apache.Arrow.Tests/BinaryArrayBuilderTests.cs