[
https://issues.apache.org/jira/browse/IGNITE-16632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515158#comment-17515158
]
Ivan Daschinsky edited comment on IGNITE-16632 at 3/31/22, 8:04 AM:
--------------------------------------------------------------------
[~vveider] Hi, seems we have forgotten to add one more jar in order to calcite
module work properly in ODBC test suite. Could you please add this line to *>
Build* in 10-th step
{code}
zip -r ignite target examples/target modules/{*,*/*}/target -x '*.jar'
zip -ur ignite modules/{*,*/*}/target -i */aspectjweaver-*.jar \
-i */cache-api-*.jar \
-i */h2-*.jar \
-i */commons-codec-*.jar # add this one
{code}
was (Author: ivandasch):
[~vveider] Hi, seems we have forgotten to add one more jar in order to calcite
module work properly in ODBC test suite. Could you please add this line to *>
Build* in 10-th step
{code}
zip -r ignite target examples/target modules/{*,*/*}/target -x '*.jar'
zip -ur ignite modules/{*,*/*}/target -i */aspectjweaver-*.jar \
-i */cache-api-*.jar \
-i */h2-*.jar \
-i */commons-codec-*.jar # this one
{code}
> 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
> Assignee: Petr Ivanov
> Priority: Major
> Labels: build, calcite
>
> 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)