This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 54bfd291 [FLINK-31394] Fix spark jar name in the create release script
for table store
54bfd291 is described below
commit 54bfd291563e907e26ab8aa2c1584b88688703ed
Author: Kerwin <[email protected]>
AuthorDate: Fri Mar 10 16:13:46 2023 +0800
[FLINK-31394] Fix spark jar name in the create release script for table
store
This closes #591
---
tools/releasing/create_binary_release.sh | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/tools/releasing/create_binary_release.sh
b/tools/releasing/create_binary_release.sh
index ab506faf..151de191 100755
--- a/tools/releasing/create_binary_release.sh
+++ b/tools/releasing/create_binary_release.sh
@@ -62,8 +62,11 @@ cp
flink-table-store-flink/flink-table-store-flink-1.14/target/flink-table-store
cp
flink-table-store-hive/flink-table-store-hive-catalog/target/flink-table-store-hive-catalog-${RELEASE_VERSION}.jar
${RELEASE_DIR}/flink-table-store-hive-catalog-${RELEASE_VERSION}_2.3.jar
cp
flink-table-store-hive/flink-table-store-hive-connector/target/flink-table-store-hive-connector-${RELEASE_VERSION}.jar
${RELEASE_DIR}/flink-table-store-hive-connector-${RELEASE_VERSION}_2.3.jar
-cp
flink-table-store-spark/target/flink-table-store-spark-${RELEASE_VERSION}.jar
${RELEASE_DIR}
-cp
flink-table-store-spark2/target/flink-table-store-spark2-${RELEASE_VERSION}.jar
${RELEASE_DIR}
+
+cp
flink-table-store-spark/flink-table-store-spark-3.3/target/flink-table-store-spark-3.3-${RELEASE_VERSION}.jar
${RELEASE_DIR}
+cp
flink-table-store-spark/flink-table-store-spark-3.2/target/flink-table-store-spark-3.2-${RELEASE_VERSION}.jar
${RELEASE_DIR}
+cp
flink-table-store-spark/flink-table-store-spark-3.1/target/flink-table-store-spark-3.1-${RELEASE_VERSION}.jar
${RELEASE_DIR}
+cp
flink-table-store-spark/flink-table-store-spark-2/target/flink-table-store-spark-2-${RELEASE_VERSION}.jar
${RELEASE_DIR}
mvn clean install -Dcheckstyle.skip=true -Dgpg.skip -DskipTests -Phive-3.1 -f
flink-table-store-hive
cp
flink-table-store-hive/flink-table-store-hive-catalog/target/flink-table-store-hive-catalog-${RELEASE_VERSION}.jar
${RELEASE_DIR}/flink-table-store-hive-catalog-${RELEASE_VERSION}_3.1.jar
@@ -89,8 +92,10 @@ gpg --armor --detach-sig
"flink-table-store-hive-connector-${RELEASE_VERSION}_3.
gpg --armor --detach-sig
"flink-table-store-hive-connector-${RELEASE_VERSION}_2.3.jar"
gpg --armor --detach-sig
"flink-table-store-hive-connector-${RELEASE_VERSION}_2.2.jar"
gpg --armor --detach-sig
"flink-table-store-hive-connector-${RELEASE_VERSION}_2.1.jar"
-gpg --armor --detach-sig "flink-table-store-spark-${RELEASE_VERSION}.jar"
-gpg --armor --detach-sig "flink-table-store-spark2-${RELEASE_VERSION}.jar"
+gpg --armor --detach-sig "flink-table-store-spark-3.3-${RELEASE_VERSION}.jar"
+gpg --armor --detach-sig "flink-table-store-spark-3.2-${RELEASE_VERSION}.jar"
+gpg --armor --detach-sig "flink-table-store-spark-3.1-${RELEASE_VERSION}.jar"
+gpg --armor --detach-sig "flink-table-store-spark-2-${RELEASE_VERSION}.jar"
$SHASUM "flink-table-store-flink-1.16-${RELEASE_VERSION}.jar" >
"flink-table-store-flink-1.16-${RELEASE_VERSION}.jar.sha512"
$SHASUM "flink-table-store-flink-1.15-${RELEASE_VERSION}.jar" >
"flink-table-store-flink-1.15-${RELEASE_VERSION}.jar.sha512"
@@ -103,5 +108,7 @@ $SHASUM
"flink-table-store-hive-connector-${RELEASE_VERSION}_3.1.jar" > "flink-t
$SHASUM "flink-table-store-hive-connector-${RELEASE_VERSION}_2.3.jar" >
"flink-table-store-hive-connector-${RELEASE_VERSION}_2.3.jar.sha512"
$SHASUM "flink-table-store-hive-connector-${RELEASE_VERSION}_2.2.jar" >
"flink-table-store-hive-connector-${RELEASE_VERSION}_2.2.jar.sha512"
$SHASUM "flink-table-store-hive-connector-${RELEASE_VERSION}_2.1.jar" >
"flink-table-store-hive-connector-${RELEASE_VERSION}_2.1.jar.sha512"
-$SHASUM "flink-table-store-spark-${RELEASE_VERSION}.jar" >
"flink-table-store-spark-${RELEASE_VERSION}.jar.sha512"
-$SHASUM "flink-table-store-spark2-${RELEASE_VERSION}.jar" >
"flink-table-store-spark2-${RELEASE_VERSION}.jar.sha512"
+$SHASUM "flink-table-store-spark-3.3-${RELEASE_VERSION}.jar" >
"flink-table-store-spark-3.3-${RELEASE_VERSION}.jar.sha512"
+$SHASUM "flink-table-store-spark-3.2-${RELEASE_VERSION}.jar" >
"flink-table-store-spark-3.2-${RELEASE_VERSION}.jar.sha512"
+$SHASUM "flink-table-store-spark-3.1-${RELEASE_VERSION}.jar" >
"flink-table-store-spark-3.1-${RELEASE_VERSION}.jar.sha512"
+$SHASUM "flink-table-store-spark-2-${RELEASE_VERSION}.jar" >
"flink-table-store-spark-2-${RELEASE_VERSION}.jar.sha512"