Slim Bouguerra created SAMZA-2521:
-------------------------------------
Summary: Dependency Version Alignment between Samza Sql and
Calcite of the janino compiler
Key: SAMZA-2521
URL: https://issues.apache.org/jira/browse/SAMZA-2521
Project: Samza
Issue Type: Task
Reporter: Slim Bouguerra
Currently Apache Calcite depends on
[janino.version=3.0.11|https://github.com/apache/calcite/blob/e3fe745a4e8e5e15ae5e04345975c98ab737b31b/gradle.properties#L96]
The current version used by Samza Sql is commons-compiler:2.7.6.
The version used currently by Samza will lead to some class not found exception
{code} org.codehaus.commons.compiler.Location#Location{code} at the Calcite
code base (tested with calcite 1.22.0).
Simple fix is to bump the version and try to keep it aligned.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)