calcite
calcite copied to clipboard
[CALCITE-4645] In Elasticsearch adapter, translate a range predicate to a range query(Jacky Yin)
This PR is the following action of PR2420 to implement the translation from range search to range query in elastic search adapter. One specific test class "SearchTest" is added to test the translation from "Search" to terms/range query.
looks in pretty good shape.
looks in pretty good shape.
I have updated the code based on your advice. Any other comments?
Hello @zinking, do you have time to review the change?
Hello @amaliujia, It seems that @zinking is not available recently. Do you have time to help review this PR?
Sure I can try to start taking a look within this week.
Many thanks.
Hi, @yinchuanwang ! Are you still working on this patch? I've disabled testFilterSortDesc() in ElasticsearchAdapterTest.java through https://github.com/apache/calcite/pull/2659, which could be solved in this patch. Please take a look if you have time, that will be very helpful!