[GitHub] [arrow] eerhardt commented on pull request #6121: ARROW-6603: [C#] - Nullable Array Support

2020-11-17 Thread GitBox
eerhardt commented on pull request #6121: URL: https://github.com/apache/arrow/pull/6121#issuecomment-729258102 You can use the `XXXArray.Builder` class and the `AppendNull()` method. See below: ```C# using Apache.Arrow; FloatArray.Builder builder = new

[GitHub] [arrow] eerhardt commented on pull request #6121: ARROW-6603: [C#] - Nullable Array Support

2020-05-01 Thread GitBox
eerhardt commented on pull request #6121: URL: https://github.com/apache/arrow/pull/6121#issuecomment-622464999 Thanks again for this work, @abbotware. I'm going to close this PR out in favor of #7032. @abbotware - can you check out the functionality added there?

[GitHub] [arrow] eerhardt commented on pull request #6121: ARROW-6603: [C#] - Nullable Array Support

2020-04-25 Thread GitBox
eerhardt commented on pull request #6121: URL: https://github.com/apache/arrow/pull/6121#issuecomment-619396952 Thank you for this contribution, @abbotware. However, my opinion is that #7032 is more inline with how null support should be designed for the builder APIs. It also more