Fokko commented on code in PR #5926:
URL: https://github.com/apache/iceberg/pull/5926#discussion_r989435730
##########
api/src/main/java/org/apache/iceberg/expressions/ManifestEvaluator.java:
##########
@@ -399,18 +406,5 @@ public <T> Boolean notStartsWith(BoundReference<T> ref,
Literal<T> lit) {
return ROWS_MIGHT_MATCH;
}
-
- private boolean allValuesAreNull(PartitionFieldSummary summary,
Type.TypeID typeId) {
Review Comment:
That is a fair point, I've reinstated the function and reverted the changes
on the null check. Now it just removes the redundant check on `isNaN`.
--
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]