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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a7a9881c fix: include scan impl in PR Linux artifact names (#3853)
7a7a9881c is described below

commit 7a7a9881c353e1e63eb22f3a4ae0225a30251a17
Author: Manu Zhang <[email protected]>
AuthorDate: Tue Mar 31 21:24:46 2026 +0800

    fix: include scan impl in PR Linux artifact names (#3853)
---
 .github/workflows/pr_build_linux.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr_build_linux.yml 
b/.github/workflows/pr_build_linux.yml
index 6811d6c2b..35d1c0ac3 100644
--- a/.github/workflows/pr_build_linux.yml
+++ b/.github/workflows/pr_build_linux.yml
@@ -384,7 +384,7 @@ jobs:
       - name: Java test steps
         uses: ./.github/actions/java-test
         with:
-          artifact_name: ${{ matrix.profile.name }}-${{ matrix.suite.name 
}}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
+          artifact_name: ${{ matrix.profile.name }}-${{ matrix.suite.name 
}}-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ 
matrix.profile.scan_impl }}
           suites: ${{ matrix.suite.name == 'sql' && matrix.profile.name == 
'Spark 3.4, JDK 11, Scala 2.12' && '' || matrix.suite.value }}
           maven_opts: ${{ matrix.profile.maven_opts }}
           scan_impl: ${{ matrix.profile.scan_impl }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to