xiangfu0 commented on code in PR #18297:
URL: https://github.com/apache/pinot/pull/18297#discussion_r3128432571
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/filter/predicate/InPredicateEvaluatorFactory.java:
##########
@@ -249,8 +267,8 @@ public int applySV(int limit, int[] docIds, int[] values) {
}
@Override
- public <R> R accept(MultiValueVisitor<R> visitor) {
- return visitor.visitInt(_matchingValues.toIntArray());
Review Comment:
any idea why we copy this before?
--
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]