You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mlsql_plugin_tool build --module_name mlsql-mllib --spark spark311 failed with error:
[ERROR] /var/lib/jenkins/workspace/build_byzer_extension_jar/mlsql-mllib/src/test/java/tech/mlsql/plugins/mllib/ets/fe/SQLDataSummaryTest.scala:8: error: object test is not a member of package tech.mlsql
[INFO] import tech.mlsql.test.BasicMLSQLConfig
However, mlsql-extension-test-3.0_2.12-0.1.0-SNAPSHOT.jar is installed in local maven repo.
mlsql-extension-test jar is imported during test phase.
mlsql_plugin_tool build --module_name mlsql-mllib --spark spark311
failed with error:However, mlsql-extension-test-3.0_2.12-0.1.0-SNAPSHOT.jar is installed in local maven repo.
mlsql-extension-test jar is imported during test phase.
and maven command
mvn -DskipTests clean package -Pshade -Pspark-3.0 -Pscala-2.12 -pl mlsql-mllib
compiles testing codeWe could remove
<scope>test</scope>
to fix this issue.The text was updated successfully, but these errors were encountered: