We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7f101 commit fee128fCopy full SHA for fee128f
1 file changed
api/src/main/java/org/apache/iceberg/expressions/ExpressionUtil.java
@@ -171,9 +171,7 @@ public static Expression extractByIdInclusive(
171
172
/**
173
* 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.
+ * Predicates that do not reference any of the given IDs are replaced with alwaysTrue().
177
*
178
* @param expression a filter expression
179
* @param schema schema for binding references
0 commit comments