This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to tag v1.5.0-incubating-rc0
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git

commit 255d8b027117d8363f98c6764d07ad5ec53a287d
Author: Kent Yao <[email protected]>
AuthorDate: Wed Mar 16 15:47:49 2022 +0800

    typo
---
 build/release/create-package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/release/create-package.sh b/build/release/create-package.sh
index 879303c..ae93046 100755
--- a/build/release/create-package.sh
+++ b/build/release/create-package.sh
@@ -75,7 +75,7 @@ package_binary() {
 
   echo "Creating binary release tarball ${BIN_TGZ_FILE}"
 
-  ${KYUUBI_DIR}/build/dist --tgz --spark-provided -Pspark-3.2
+  ${KYUUBI_DIR}/build/dist --tgz --spark-provided --flink-provided -Pspark-3.2 
-Pmirror-cdn
 
   cp "${BIN_TGZ_FILE}" "${RELEASE_DIR}"
 

Reply via email to