yinchuanwang opened a new pull request #2420: URL: https://github.com/apache/calcite/pull/2420
Currently the elastic search adapter does not support the 'SEARCH' call which usually comes from the 'in (a, b)'. This is the reason of the failure of test case "AggregationTest" in es adapter. In this PR, I added the translation from 'SEARCH' call to termsQuery of es. Some test cases were also added in the "AggregationTest" to test the 'SEARCH' with different SQL types (char, varchar, number...) Please help review. -- 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]
