praveenc7 commented on code in PR #15350:
URL: https://github.com/apache/pinot/pull/15350#discussion_r2125284372


##########
pinot-core/src/main/java/org/apache/pinot/core/query/pruner/BloomFilterSegmentPruner.java:
##########
@@ -189,26 +190,26 @@ private List<IndexSegment> prefetch(List<IndexSegment> 
segments, QueryContext qu
   }
 
   private boolean pruneSegmentWithFetchContext(IndexSegment segment, 
FetchContext fetchContext, FilterContext filter,
-      Map<String, DataSource> dataSourceCache, ValueCache cachedValues) {
+      Map<String, DataSource> dataSourceCache, ValueCache cachedValues, 
QueryContext queryContext) {
     if (fetchContext == null) {
-      return pruneSegment(segment, filter, dataSourceCache, cachedValues);
+      return pruneSegment(segment, filter, dataSourceCache, cachedValues, 
queryContext);

Review Comment:
   Let me add that validation



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to