Skip to content

Commit

Permalink
[CH] Minor, update package.sh (#7175)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz9103 authored Sep 10, 2024
1 parent d49efdf commit 19056a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ep/build-clickhouse/src/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ do
if [[ "$replace_dot" == "32" ]];then
continue # error: xxx are the same file
fi
cp -f "${PACKAGE_DIR_PATH}"/jars/spark32/protobuf-java-"${protobuf_version}".jar "${PACKAGE_DIR_PATH}"/jars/spark"${replace_dot}"
cp -f "${PACKAGE_DIR_PATH}"/jars/spark32/celeborn-client-spark-3-shaded_2.12-"${celeborn_version}".jar "${PACKAGE_DIR_PATH}"/jars/spark"${replace_dot}"
done

Expand Down

0 comments on commit 19056a2

Please sign in to comment.