birschick-bq commented on pull request #1766: URL: https://github.com/apache/calcite/pull/1766#issuecomment-828618530
@vlsi / @gr4ve - We are trying to use Calcite as a library for our JDBC driver. However, this is a blocking issue for us. When we try to create an uber JAR embedding calcite and Janino, we are unable to get a working solution with the given state of the two libraries. There is an "easy" fix if the Janino library uses the CompilerFactoryFactory.class.getClassLoader() instead of Thread.currentThread().getContextClassLoader(). In the three places in the CompilerFactoryFactory class. This does not require Calcite to explicitly make any change. In any case, we're running out of time to get a solution for our JDBC driver. Will there be a published solution in the next month? -- 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]
