Skip to content

Commit fee128f

Browse files
committed
Remove useless comment
1 parent fd7f101 commit fee128f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

api/src/main/java/org/apache/iceberg/expressions/ExpressionUtil.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ public static Expression extractByIdInclusive(
171171

172172
/**
173173
* Returns an expression that retains only predicates which reference one of the given field IDs.
174-
* Predicates that do not reference any of the given IDs are replaced with alwaysTrue(). Used to
175-
* preserve filters on non-primitive columns (e.g. map, array) that cannot be pushed down via
176-
* partition projection.
174+
* Predicates that do not reference any of the given IDs are replaced with alwaysTrue().
177175
*
178176
* @param expression a filter expression
179177
* @param schema schema for binding references

0 commit comments

Comments
 (0)