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/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 530efddbe2 [test] Fix build Spark utit workflow on jdk11 (#4596)
530efddbe2 is described below
commit 530efddbe2f201cbfbe9a5e40211464f3df4895a
Author: Zouxxyy <[email protected]>
AuthorDate: Wed Nov 27 16:58:07 2024 +0800
[test] Fix build Spark utit workflow on jdk11 (#4596)
---
.github/workflows/utitcase-jdk11.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/utitcase-jdk11.yml
b/.github/workflows/utitcase-jdk11.yml
index f1d7c25cbe..878ce5f968 100644
--- a/.github/workflows/utitcase-jdk11.yml
+++ b/.github/workflows/utitcase-jdk11.yml
@@ -53,7 +53,7 @@ jobs:
jvm_timezone=$(random_timezone)
echo "JVM timezone is set to $jvm_timezone"
test_modules="!paimon-e2e-tests,!org.apache.paimon:paimon-hive-connector-3.1,"
- for suffix in 3.5 3.4 3.3 3.2 common; do
+ for suffix in 3.5 3.4 3.3 3.2 ut; do
test_modules+="!org.apache.paimon:paimon-spark-${suffix},"
done
test_modules="${test_modules%,}"