we open a calcite connection in one thread, and execute sqls in other threads against the connection, and 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;
the same code works with one thread, do we miss anything regarding to multi-threading with calcite?