[
https://issues.apache.org/jira/browse/SPARK-37872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17476285#comment-17476285
]
Jin Shen commented on SPARK-37872:
----------------------------------
the same for Spark 3+
[https://github.com/apache/spark/blob/branch-3.2/pom.xml#L185]
[https://github.com/apache/spark/blob/branch-3.2/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala#L31]
> [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: [email protected]
For additional commands, e-mail: [email protected]