advancedxy commented on code in PR #153:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/153#discussion_r1509989272
##########
.github/workflows/pr_build.yml:
##########
@@ -44,13 +44,14 @@ jobs:
os: [ubuntu-latest]
java_version: [8, 11, 17]
test-target: [rust, java]
+ spark-version: ['3.4']
is_push_event:
- ${{ github.event_name == 'push' }}
exclude: # exclude java 11 for pull_request event
- java_version: 11
is_push_event: false
fail-fast: false
- name: ${{ matrix.test-target }} test on ${{ matrix.os }} with java ${{
matrix.java_version }}
+ name: ${{ matrix.os }}/java ${{ matrix.java_version
}}-spark-${{matrix.spark-version}}/${{ matrix.test-target }}
Review Comment:
Make it shorter to display the whole lines so that it would be clear.
<img width="323" alt="image"
src="https://github.com/apache/arrow-datafusion-comet/assets/807537/0fe90af7-5e54-4088-b145-ba547fe50654">
--
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]