We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaca52 commit f973535Copy full SHA for f973535
.github/workflows/utitcase-spark-4.x.yml
@@ -58,6 +58,6 @@ jobs:
58
test_modules+="org.apache.paimon:paimon-spark-${suffix},"
59
done
60
test_modules="${test_modules%,}"
61
- mvn -T 2C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone -Pspark4
+ mvn -T 1C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone -Pspark4
62
env:
63
MAVEN_OPTS: -Xmx4096m
0 commit comments