RussellSpitzer commented on code in PR #14593:
URL: https://github.com/apache/iceberg/pull/14593#discussion_r2662578504


##########
api/src/main/java/org/apache/iceberg/expressions/InclusiveMetricsEvaluator.java:
##########
@@ -490,6 +506,34 @@ private boolean containsNaNsOnly(Integer id) {
           && nanCounts.get(id).equals(valueCounts.get(id));
     }
 
+    /**
+     * Returns the column's single value if all rows contain the same value, 
no nulls, no NaNs, and

Review Comment:
   ```suggestion
        * Returns the column's single value if all rows contain the same value. 
Defined as a column with no nulls, no NaNs, and
   ```



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

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to