siddharthteotia commented on a change in pull request #6773:
URL: https://github.com/apache/incubator-pinot/pull/6773#discussion_r611810066



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/query/pruner/ColumnValueSegmentPruner.java
##########
@@ -60,8 +62,13 @@
 @SuppressWarnings({"rawtypes", "unchecked"})
 public class ColumnValueSegmentPruner implements SegmentPruner {
 
+  private int _inPredicateThreshold;
+  public static final int DEFAULT_VALUE_FOR_IN_PREDICATE = 10;

Review comment:
       Both config and default can be moved to CommonConstants




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to