manuzhang opened a new issue, #3852:
URL: https://github.com/apache/datafusion-comet/issues/3852
### Describe the bug
In `.github/workflows/pr_build_linux.yml`, the `linux-test` job constructs
artifact names as:
```yaml
artifact_name: ${{ matrix.profile.name }}-${{ matrix.suite.name }}-${{
github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
```
However, two matrix profiles share the same name:
"Spark 3.5, JDK 17, Scala 2.12" with scan_impl: native_datafusion
"Spark 3.5, JDK 17, Scala 2.12" with scan_impl: native_iceberg_compat
When these two profiles run the same test suite, they produce identical
artifact names, causing the 409 conflict.
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]