[ https://issues.apache.org/jira/browse/SPARK-37872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jin Shen updated SPARK-37872: ----------------------------- Affects Version/s: 3.2.0 > [SQL] Some classes are move from org.codehaus.janino:janino to > org.codehaus.janino:common-compiler after version 3.1.x > ----------------------------------------------------------------------------------------------------------------------- > > Key: SPARK-37872 > URL: https://issues.apache.org/jira/browse/SPARK-37872 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 2.4.5, 3.2.0 > Reporter: Jin Shen > Priority: Major > > Here is the code: > > [https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala#L32] > > ByteArrayClassLoader and InternalCompilerException are moved to > org.codehaus.janino:common-compiler > > [https://github.com/janino-compiler/janino/blob/3.1.6/commons-compiler/src/main/java/org/codehaus/commons/compiler/util/reflect/ByteArrayClassLoader.java] > > [https://github.com/janino-compiler/janino/blob/3.1.6/commons-compiler/src/main/java/org/codehaus/commons/compiler/InternalCompilerException.java] > > The last working version of janino is 3.0.16 but it is out of date. > Can we make change to this and upgrade to new version of janino and > common-compiler? -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org