ILuffZhe commented on a change in pull request #2659:
URL: https://github.com/apache/calcite/pull/2659#discussion_r775104448
##########
File path:
elasticsearch/src/test/java/org/apache/calcite/adapter/elasticsearch/ElasticSearchAdapterTest.java
##########
@@ -476,8 +484,8 @@ public static void setupInstance() throws Exception {
@Test void testInPlan() {
final String[] searches = {
- "query: {'constant_score':{filter:{bool:{should:"
Review comment:
After CALCITE-4606, Search RexCall will be translated to Terms Query,
you can see the full explanation here:
https://github.com/apache/calcite/pull/2420/files#r647115126.
--
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]