This is an automated email from the ASF dual-hosted git repository.

aokolnychyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new ebce8538db API: Fix ContentFile doc on value counts (#8180)
ebce8538db is described below

commit ebce8538db20fd13859b6af841cf433d9423b53c
Author: Anton Okolnychyi <[email protected]>
AuthorDate: Sun Jul 30 09:00:27 2023 -0700

    API: Fix ContentFile doc on value counts (#8180)
---
 api/src/main/java/org/apache/iceberg/ContentFile.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/api/src/main/java/org/apache/iceberg/ContentFile.java 
b/api/src/main/java/org/apache/iceberg/ContentFile.java
index 7971ad0ccb..fd8f7de62f 100644
--- a/api/src/main/java/org/apache/iceberg/ContentFile.java
+++ b/api/src/main/java/org/apache/iceberg/ContentFile.java
@@ -63,7 +63,8 @@ public interface ContentFile<F> {
   Map<Integer, Long> columnSizes();
 
   /**
-   * Returns if collected, map from column ID to the count of its non-null 
values, null otherwise.
+   * Returns if collected, map from column ID to the count of its values 
(including null and NaN
+   * values), null otherwise.
    */
   Map<Integer, Long> valueCounts();
 

Reply via email to