This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-1.1
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/release-1.1 by this push:
     new 5789658613 [ci] show maven & paimon version (#5899)
5789658613 is described below

commit 57896586137b4571beeba230eac35bc37af188f7
Author: LiangDai <[email protected]>
AuthorDate: Thu Jul 17 10:48:42 2025 +0800

    [ci] show maven & paimon version (#5899)
---
 .github/workflows/utitcase-flink-1.x.yml | 3 +++
 .github/workflows/utitcase-spark-3.x.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.github/workflows/utitcase-flink-1.x.yml 
b/.github/workflows/utitcase-flink-1.x.yml
index 87e8380dfb..883207a8d0 100644
--- a/.github/workflows/utitcase-flink-1.x.yml
+++ b/.github/workflows/utitcase-flink-1.x.yml
@@ -53,6 +53,9 @@ jobs:
       - name: Build Flink
         run: |
           COMPILE_MODULE="org.apache.paimon:paimon-flink-${{ 
matrix.flink_version }}"
+          echo "Show maven version & java"
+          mvn -v
+          docker -v
           echo "Start compiling modules: $COMPILE_MODULE"
           mvn -T 2C -B clean install -DskipTests -Pflink1,spark3 -pl 
"${COMPILE_MODULE}" -am
 
diff --git a/.github/workflows/utitcase-spark-3.x.yml 
b/.github/workflows/utitcase-spark-3.x.yml
index d06554108a..a71fff8014 100644
--- a/.github/workflows/utitcase-spark-3.x.yml
+++ b/.github/workflows/utitcase-spark-3.x.yml
@@ -58,6 +58,9 @@ jobs:
           test_modules+="org.apache.paimon:paimon-spark-${suffix},"
           done
           test_modules="${test_modules%,}"
+          echo "Show maven version & java"
+          pwd
+          mvn -v
           mvn -T 2C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone
         env:
           MAVEN_OPTS: -Xmx4096m
\ No newline at end of file

Reply via email to