mayankshriv commented on a change in pull request #6721:
URL: https://github.com/apache/incubator-pinot/pull/6721#discussion_r606371890
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/recommender/rules/impl/BloomFilterRule.java
##########
@@ -24,11 +24,11 @@
import org.apache.pinot.controller.recommender.rules.AbstractRule;
import
org.apache.pinot.controller.recommender.rules.io.params.BloomFilterRuleParams;
import org.apache.pinot.controller.recommender.rules.utils.FixedLenBitset;
-import org.apache.pinot.core.query.request.context.ExpressionContext;
-import org.apache.pinot.core.query.request.context.FilterContext;
import org.apache.pinot.core.query.request.context.QueryContext;
-import org.apache.pinot.core.query.request.context.predicate.Predicate;
import org.apache.pinot.core.requesthandler.BrokerRequestOptimizer;
+import org.apache.pinot.segment.spi.misc.ExpressionContext;
+import org.apache.pinot.query.spi.FilterContext;
+import org.apache.pinot.segment.spi.misc.Predicate;
Review comment:
Sorry, based on comments I was removing the `pinot-query-spi` module I
had added to park these files. Somehow, IDE did not fix the move correctly. It
is fixed now.
--
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]