GitHub user yhuai opened a pull request:
https://github.com/apache/spark/pull/16025
[SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to
3.0.0 to match the version of org.codehaus.janino:janino
## What changes were proposed in this pull request?
org.codehaus.janino:janino depends on org.codehaus.janino:commons-compiler
and we have been upgraded to org.codehaus.janino:janino 3.0.0.
However, seems we are still pulling in org.codehaus.janino:commons-compiler
2.7.6 because of calcite. It looks like an accident because we exclude janino
from calcite (see here
https://github.com/apache/spark/blob/branch-2.1/pom.xml#L1759). So, this PR
upgrades org.codehaus.janino:commons-compiler to 3.0.0.
## How was this patch tested?
jenkins
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yhuai/spark janino-commons-compile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16025.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16025
----
commit c5685f0bea849f0b7365c8fb161b8a1f0958383b
Author: Yin Huai <[email protected]>
Date: 2016-11-27T23:43:25Z
[SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to
3.0.0 to match the version of org.codehaus.janino:janino
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]