You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ee...@apache.org on 2020/05/02 14:06:21 UTC

[arrow] branch master updated (8f64211 -> 8b5a50a)

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 8f64211  ARROW-8659: [Rust] ListBuilder allocate with_capacity
     add 8b5a50a  ARROW-6603: [C#] Adds ArrayBuilder API to support writing null values + BooleanArray null support

No new revisions were added by this update.

Summary of changes:
 csharp/src/Apache.Arrow/Arrays/ArrayData.cs        |  4 +-
 csharp/src/Apache.Arrow/Arrays/BinaryArray.cs      | 50 ++++++++++++++++++--
 csharp/src/Apache.Arrow/Arrays/BooleanArray.cs     | 49 +++++++++++++++++--
 csharp/src/Apache.Arrow/Arrays/ListArray.cs        | 38 +++++++++++++--
 .../Apache.Arrow/Arrays/PrimitiveArrayBuilder.cs   | 37 +++++++++++++--
 csharp/src/Apache.Arrow/Arrays/StringArray.cs      | 20 ++++++--
 .../Apache.Arrow/Interfaces/IArrowArrayBuilder.cs  |  3 +-
 .../test/Apache.Arrow.Tests/ArrayBuilderTests.cs   | 55 +++++++++++++++++++---
 csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs  | 55 ++++++++++++++++++++++
 .../test/Apache.Arrow.Tests/BooleanArrayTests.cs   | 21 ++++++---
 csharp/test/Apache.Arrow.Tests/TestData.cs         | 11 ++++-
 11 files changed, 306 insertions(+), 37 deletions(-)