kishoreg commented on a change in pull request #5657:
URL: https://github.com/apache/incubator-pinot/pull/5657#discussion_r449837272



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/plan/maker/InstancePlanMakerImplV2.java
##########
@@ -164,7 +164,8 @@ static boolean isFitForDictionaryBasedPlan(QueryContext 
queryContext, IndexSegme
     for (ExpressionContext expression : selectExpressions) {
       FunctionContext function = expression.getFunction();
       String functionName = function.getFunctionName();
-      if (!functionName.equals("min") && !functionName.equals("max") && 
!functionName.equals("minmaxrange")) {
+      if (!functionName.equals("min") && !functionName.equals("max") && 
!functionName.equals("minmaxrange")

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