shlok7296 commented on a change in pull request #1530: [CALCITE-3437]
ElasticSearch adapter. Support MatchQuery in elasticse…
URL: https://github.com/apache/calcite/pull/1530#discussion_r343158922
##########
File path:
elasticsearch/src/test/java/org/apache/calcite/adapter/elasticsearch/ElasticSearchAdapterTest.java
##########
@@ -705,6 +737,97 @@ public void approximateCount() throws Exception {
"state=AL; EXPR$1=3; EXPR$2=3",
"state=AR; EXPR$1=3; EXPR$2=3");
}
+ /**
+ * Test the ElasticSearch match query. The match query is translated from
CONTAINS query which
Review comment:
Done. Moved it to new class MatchTest
----------------------------------------------------------------
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]
With regards,
Apache Git Services