xiangfu0 commented on code in PR #18588: URL: https://github.com/apache/pinot/pull/18588#discussion_r3316470168
########## pinot-core/src/main/java/org/apache/pinot/core/operator/query/InvertedIndexDistinctOperator.java: ########## @@ -107,16 +104,15 @@ public class InvertedIndexDistinctOperator extends BaseOperator<DistinctResultsB // Execution tracking private boolean _usedInvertedIndexPath = false; Review Comment: `_usedInvertedIndexPath` now is redundant and the same as `_projectOperator == null` -- 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]
