You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/21 18:43:45 UTC

[GitHub] [pinot] ankitsultana commented on a diff in pull request #9433: [Draft] Add Support for Range Predicates

ankitsultana commented on code in PR #9433:
URL: https://github.com/apache/pinot/pull/9433#discussion_r976875234


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/parser/CalciteRexExpressionParser.java:
##########
@@ -168,6 +168,7 @@ private static Expression compileFunctionExpression(RexExpression.FunctionCall r
         return compileAndExpression(rexCall, pinotQuery);
       case OR:
         return compileOrExpression(rexCall, pinotQuery);
+      case SEARCH:

Review Comment:
   Please ignore. This is not needed now. It was needed in the approach in the first-commit.



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org