Aleksey Plekhanov created IGNITE-16632:
------------------------------------------
Summary: Calcite engine. Add calcite dependencies to TC build
Key: IGNITE-16632
URL: https://issues.apache.org/jira/browse/IGNITE-16632
Project: Ignite
Issue Type: Task
Reporter: Aleksey Plekhanov
Currently, a limited set of JARs is included in build artifacts
([https://ci.ignite.apache.org/admin/editRunType.html?id=buildType:IgniteTests24Java8_Build&runnerId=RUNNER_286]).
There are some new external dependencies for the new calcite module, that
should be added too. Some test suites can't pass without these dependencies
(C++ for example: [https://ci.ignite.apache.org/viewLog.html?buildId=6435330])
{noformat}
zip -ur run modules/calcite/target/libs/calcite-*.jar \
modules/calcite/target/libs/avatica-*.jar \
modules/calcite/target/libs/checker-qual-*.jar \
modules/calcite/target/libs/commons-compiler-*.jar \
modules/calcite/target/libs/esri-geometry-*.jar \
modules/calcite/target/libs/guava-*.jar \
modules/calcite/target/libs/janino-*.jar \
modules/calcite/target/libs/json-path-*.jar {noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)