saurabhd336 commented on code in PR #12683: URL: https://github.com/apache/pinot/pull/12683#discussion_r1535253891
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/realtime/impl/json/MutableJsonIndexImpl.java: ########## @@ -367,10 +379,18 @@ public void convertFlattenedDocIdsToDocIds(Map<String, RoaringBitmap> valueToFla } @Override - public Map<String, RoaringBitmap> getMatchingFlattenedDocsMap(String jsonPathKey) { + public Map<String, RoaringBitmap> getMatchingFlattenedDocsMap(String jsonPathKey, @Nullable String filterString) { Review Comment: Added the support -- 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