xuzifu666 opened a new pull request, #4931:
URL: https://github.com/apache/calcite/pull/4931

   jira: https://issues.apache.org/jira/browse/CALCITE-4232
   
   Currently Elasticsearch adapter supports IN queries, specifically 
implemented through the ```RexCall```  SEARCH → Sarg → terms query chain. The 
core logic is located in ```PredicateAnalyzer.java``` L193-195:
   
   `case INTERNAL:
     switch (call.getKind()) {
     case SEARCH:
       return canBeTranslatedToTermsQuery(call);
     }`
   
   This pr just add test cases for it.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to