Jackie-Jiang commented on a change in pull request #6285:
URL: https://github.com/apache/incubator-pinot/pull/6285#discussion_r533654454



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/plan/maker/InstancePlanMakerImplV2.java
##########
@@ -123,8 +124,13 @@ public Plan makeInstancePlan(List<IndexSegment> 
indexSegments, QueryContext quer
 
   @Override
   public PlanNode makeSegmentPlanNode(IndexSegment indexSegment, QueryContext 
queryContext) {
-    if (QueryContextUtils.isAggregationQuery(queryContext)) {
-      // Aggregation query
+    if (QueryContextUtils.isSelectionQuery(queryContext)) {

Review comment:
       Done




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