ILuffZhe commented on a change in pull request #2659:
URL: https://github.com/apache/calcite/pull/2659#discussion_r775104564



##########
File path: 
elasticsearch/src/test/java/org/apache/calcite/adapter/elasticsearch/ElasticSearchAdapterTest.java
##########
@@ -462,6 +462,14 @@ public static void setupInstance() throws Exception {
         .explainContains(explain);
   }
 
+  /**
+   * Range query is not supported currently.
+   * @see <a 
href="https://issues.apache.org/jira/browse/CALCITE-4645";>[CALCITE-4645]
+   * In Elasticsearch adapter, a range predicate should be translated to a 
range query</a>
+   * <p>Description about translating search call to range query
+   * {@link 
org.apache.calcite.adapter.elasticsearch.PredicateAnalyzer.Visitor#canBeTranslatedToTermsQuery(RexCall)}
+   */
+  @Disabled

Review comment:
       Hi, @zabetak .I didn't know such an entry for Bug label before. 
   I've added those two bugs there, thanks for your reminder!




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