Der-Joscha commented on issue #2882: URL: https://github.com/apache/drill/issues/2882#issuecomment-2045077808
I am deeply sorry, but it seems, I still need your help with this. I switched to 1.22.0-SNAPSHOT as you suggested, but it seems, this does not change anything for me. pom.xml ``` <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>drill-jdbc-all</artifactId> <version>1.22.0-SNAPSHOT</version> </dependency> ``` with ``` repositories> <repository> <id>apache-snapshots</id> <url>https://repository.apache.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> ``` This produces the following logs:  note: I passed `--add-opens java.base/java.lang=ALL-UNNAMED` to the jvm to allow drill patching `Stopwatch` and `Closeables` Is there anything I have missed? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org