clairemcginty commented on code in PR #1328:
URL: https://github.com/apache/parquet-mr/pull/1328#discussion_r1581043500
##########
parquet-column/src/main/java/org/apache/parquet/filter2/predicate/Operators.java:
##########
@@ -315,6 +321,66 @@ public <R> R accept(Visitor<R> visitor) {
}
}
+ public abstract static class ArrayContainsFilterPredicate<T extends
Comparable<T>>
Review Comment:
sounds good! I think I'll have to refactor this API design a bit to make
Array filters composable, as @wgtmac suggested above -- will try to push
changes late today or Monday 🙏
--
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]