From 49f71c8dc2d19949b74b79c001ceb34904c311ac Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Mon, 27 Apr 2026 20:32:11 -0300 Subject: [PATCH] ci: include /iceberg/export partition/* in regression PART 2 --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index d64ab984d012..0bada43c6504 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -277,7 +277,7 @@ jobs: build_sha: ${{ inputs.build_sha }} set_commit_status: true job_name: iceberg - extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' }} + extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*" "/iceberg/export partition/*"' }} secrets: inherit LDAP: if: |