yes, we use drools in the same project, and drools uses janino too, is there a version list of janino which janino supports?
---Original--- From: "Dmitry Sysolyatin"<dm.sysolya...@gmail.com> Date: Fri, Feb 11, 2022 18:30 PM To: "dev"<dev@calcite.apache.org>; Subject: Re: calcite multi-threading problem Hi! It looks like a dependency issue, not like a multi-threading issue. Most likely you have some dependency that use another version of janino but calcite requires another one On Fri, Feb 11, 2022 at 12:18 PM xiaobo <guxiaobo1...@qq.com.invalid> wrote: > Hi, > > > we open a calcite connection with ReflectiveSchema in one thread, and > execute sqls in other threads against the connection, but failed with > this error > > > > > com.google.common.util.concurrent.ExecutionError: > java.lang.NoSuchMethodError: > > org.codehaus.commons.compiler.CompilerFactoryFactory.getDefaultCompilerFactory(Ljava/lang/ClassLoader;) > > Lorg/codehaus/commons/compiler/ICompilerFactory; > > > do we miss anything regarding to multi-threading with calcite?