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



##########
File path: pinot-common/src/main/antlr4/org/apache/pinot/pql/parsers/PQL2.g4
##########
@@ -78,6 +78,7 @@ predicate:
   | isClause                              # IsPredicate
   | regexpLikeClause                      # RegexpLikePredicate
   | textMatchClause                       # TextMatchPredicate
+  | jsonMatchClause                       # JsonMatchPredicate

Review comment:
       We need to support this in PQL because the query engine always take the 
filter from the PQL side (currently the filter optimizer only works on PQL), 
and we need to convert SQL filter into PQL filter and store it in 
`BrokerRequest`




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