zgramana commented on a change in pull request #7032:
URL: https://github.com/apache/arrow/pull/7032#discussion_r416092312



##########
File path: csharp/src/Apache.Arrow/Arrays/BooleanArray.cs
##########
@@ -24,25 +24,38 @@ public class BooleanArray: Array
     {
         public class Builder : IArrowArrayBuilder<bool, BooleanArray, Builder>
         {
-            private ArrowBuffer.Builder<byte> ValueBuffer { get; }

Review comment:
       Remnants of testing which were refactored away. Fixed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to