Skip to content

Commit 4bfe4cb

Browse files
committed
ci: add CometCollationSuite to pr_build workflows
1 parent 441fa06 commit 4bfe4cb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr_build_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ jobs:
346346
- name: "sql"
347347
value: |
348348
org.apache.spark.sql.CometToPrettyStringSuite
349+
org.apache.spark.sql.CometCollationSuite
349350
fail-fast: false
350351
name: ${{ matrix.profile.name }}/${{ matrix.profile.scan_impl }} [${{ matrix.suite.name }}]
351352
runs-on: ${{ github.repository_owner == 'apache' && format('runs-on={0},family=m8a+m7a+c8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion-comet', github.run_id) || 'ubuntu-latest' }}

.github/workflows/pr_build_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
- name: "sql"
223223
value: |
224224
org.apache.spark.sql.CometToPrettyStringSuite
225+
org.apache.spark.sql.CometCollationSuite
225226
226227
fail-fast: false
227228
name: ${{ matrix.os }}/${{ matrix.profile.name }} [${{ matrix.suite.name }}]

0 commit comments

Comments
 (0)