Skip to content

Commit c484789

Browse files
committed
[test] Spark 4.x Test should not use multiple process
1 parent daaca52 commit c484789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/utitcase-spark-4.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
test_modules+="org.apache.paimon:paimon-spark-${suffix},"
5959
done
6060
test_modules="${test_modules%,}"
61-
mvn -T 2C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone -Pspark4
61+
mvn -T 1C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone -Pspark4
6262
env:
6363
MAVEN_OPTS: -Xmx4096m

0 commit comments

Comments
 (0)