Skip to content

[VL] Add S3 integration gluten tests#11516

Merged
zhztheplayer merged 1 commit intoapache:mainfrom
Mariamalmesfer:integration-test-s3
Feb 12, 2026
Merged

[VL] Add S3 integration gluten tests#11516
zhztheplayer merged 1 commit intoapache:mainfrom
Mariamalmesfer:integration-test-s3

Conversation

@Mariamalmesfer
Copy link
Contributor

@Mariamalmesfer Mariamalmesfer commented Jan 29, 2026

What changes are proposed in this pull request?

This patch enables S3 integration testing in the gluten-it framework by extending support for s3a:// paths and adding a new CI job.
Fixes #9618

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@zhouyuan
Copy link
Member

related: #9184

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@FelixYBW FelixYBW changed the title Add S3 integration gluten tests [VL] Add S3 integration gluten tests Jan 31, 2026
@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@Mariamalmesfer Mariamalmesfer marked this pull request as ready for review February 1, 2026 12:39
@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@Mariamalmesfer Mariamalmesfer force-pushed the integration-test-s3 branch 2 times, most recently from ba0d377 to bfd8b1f Compare February 10, 2026 09:09
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

Copy link
Member

@zhouyuan zhouyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +209 to +216
# Setup S3 JARs after gluten-it build
if [ "${{ matrix.os }}" = "ubuntu:22.04" ] && \
[ "${{ matrix.spark }}" = "spark-3.5" ] && \
[ "${{ matrix.java }}" = "java-8" ]; then
source $GITHUB_WORKSPACE/.github/workflows/util/install-resources.sh
SPARK_VERSION=$(echo "${{ matrix.spark }}" | sed 's/spark-//')
setup_minio "$SPARK_VERSION"
fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Mariamalmesfer, have you modified or added gluten-it job to write / read data actually to S3? I didn't find the relevant changes in this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, those changes were removed in a later commit
I’ve added them back now.

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@zhztheplayer zhztheplayer merged commit c22eb87 into apache:main Feb 12, 2026
104 of 107 checks passed
zhztheplayer pushed a commit to zhztheplayer/gluten that referenced this pull request Feb 13, 2026
Co-authored-by: Mariam-Almesfer <mariam.almesfer@ibm.com>
ReemaAlzaid pushed a commit to ReemaAlzaid/incubator-gluten that referenced this pull request Feb 14, 2026
Co-authored-by: Mariam-Almesfer <mariam.almesfer@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VL] Adding integration tests for S3

3 participants