Skip to content

Commit

Permalink
[fix](connector) fix datasource load failed (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil authored Dec 31, 2024
1 parent c7e0a35 commit b81bf16
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-doris-connector/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ else
module_suffix="2"
fi

${MVN_BIN} clean install -P"${profile_name}" -am "$@"
${MVN_BIN} clean install -P"${profile_name}" -pl spark-doris-connector-spark-"${module_suffix}" -am "$@"

EXIT_CODE=$?
if [ $EXIT_CODE -eq 0 ]; then
Expand Down

0 comments on commit b81bf16

Please sign in to comment.