dceldran opened a new issue, #2975: URL: https://github.com/apache/drill/issues/2975
Before submitting a bug report, please verify that you are using the most current version of Drill. **Describe the bug** I have an elastic search cluster inside elastic official cloud and i can't connect to the cluster. When i try to do a `show schemas` for example, i receive the error: ``` ERROR o.a.calcite.jdbc.DynamicRootSchema - Failed to load schema for elastic_prod java.lang.ClassCastException: null ``` I've launch a elastic single node in my local environment with docker and this elastic single node works perfectly. **To Reproduce** 1. Create a elastic cluster inside [elastic.cl](https://cloud.elastic.co/) 2. Add this cluster inside apache drill 3. Try to do a query, for example `show schemas;` **Expected behavior** It should do the expected query. **Error detail, log output or screenshots** ``` ERROR o.a.calcite.jdbc.DynamicRootSchema - Failed to load schema for elastic_prod java.lang.ClassCastException: null ``` **Drill version** 1.21.2 **Additional context** Add any other context about the problem here. -- 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: dev-unsubscr...@drill.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org