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 c484789365 [test] Spark 4.x Test should not use multiple process
c484789365 is described below

commit c48478936533359b532326bf75aef9f30da5af83
Author: JingsongLi <[email protected]>
AuthorDate: Tue Mar 18 12:32:33 2025 +0800

    [test] Spark 4.x Test should not use multiple process
---
 .github/workflows/utitcase-spark-4.x.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/utitcase-spark-4.x.yml 
b/.github/workflows/utitcase-spark-4.x.yml
index ff6f95d415..d919c0670a 100644
--- a/.github/workflows/utitcase-spark-4.x.yml
+++ b/.github/workflows/utitcase-spark-4.x.yml
@@ -58,6 +58,6 @@ jobs:
           test_modules+="org.apache.paimon:paimon-spark-${suffix},"
           done
           test_modules="${test_modules%,}"
-          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
         env:
           MAVEN_OPTS: -Xmx4096m
\ No newline at end of file

Reply via email to