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 d1932ef ARROW-5277: [C#] MemoryAllocator.Allocate(length: 0) doesn't
return null
add 910a020 ARROW-7290: [C#] Implement ListArray Builder
No new revisions were added by this update.
Summary of changes:
...ArrayFactory.cs => ArrowArrayBuilderFactory.cs} | 48 +++++------
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs | 2 +
csharp/src/Apache.Arrow/Arrays/ListArray.cs | 98 ++++++++++++++++++++++
.../Apache.Arrow/Arrays/PrimitiveArrayBuilder.cs | 20 +++--
.../Apache.Arrow/Interfaces/IArrowArrayBuilder.cs | 25 ++++--
.../test/Apache.Arrow.Tests/ArrayBuilderTests.cs | 90 +++++++++++++++++++-
csharp/test/Apache.Arrow.Tests/TestData.cs | 20 +++--
7 files changed, 249 insertions(+), 54 deletions(-)
copy csharp/src/Apache.Arrow/Arrays/{ArrowArrayFactory.cs =>
ArrowArrayBuilderFactory.cs} (64%)