ILuffZhe opened a new pull request #2659: URL: https://github.com/apache/calcite/pull/2659
This PR aims at **re-enabling unit tests** in Elasticsearch Adapter. The changes are: - Increasing SocketTimeout and ConnectionTimeout for RestClient to avoid CI failure - Remove one case in BooleanLogicTest.java, which is documented at https://issues.apache.org/jira/browse/CALCITE-4965 - Disable testFilterSortDesc() in ElasticSearchAdapterTest.java, which is not supported before CALCITE-4645 merged. I think re-enabling those tests has higher priorities than fixing bugs in ES Adapter. When other contributors make changes in this module, their codes cannot be guaranteed well without unit tests. Last but not least, the disabled cases mentioned above will be reopened after bug fixing. -- 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]
