amaliujia commented on a change in pull request #2420:
URL: https://github.com/apache/calcite/pull/2420#discussion_r647672900
##########
File path:
elasticsearch/src/main/java/org/apache/calcite/adapter/elasticsearch/PredicateAnalyzer.java
##########
@@ -179,6 +186,13 @@ private static boolean supportedRexCall(RexCall call) {
default:
return false;
}
+ case INTERNAL:
+ switch (call.getKind()) {
+ case SEARCH:
+ return true;
+ default:
+ return false;
Review comment:
Thanks for detailed explanation!
--
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]