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



##########
File path: csharp/src/Apache.Arrow/Arrays/ArrayData.cs
##########
@@ -22,6 +22,8 @@ namespace Apache.Arrow
 {
     public sealed class ArrayData : IDisposable
     {
+        public static readonly int RecalculateNullCount = -1;

Review comment:
       Can we leave this `private` for now? We can always make it public later.




----------------------------------------------------------------
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