Skip to content

[VL] Add S3 integration gluten tests#11516

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

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

Conversation

@Mariamalmesfer

@Mariamalmesfer Mariamalmesfer commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

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
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zhouyuan

Copy link
Copy Markdown
Member

related: #9184

@github-actions

Copy link
Copy Markdown

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

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

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

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 2, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 2, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 2, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

github-actions Bot commented Feb 9, 2026

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

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
Copy Markdown

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@zhouyuan zhouyuan left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

Run Gluten Clickhouse CI on x86

@zhztheplayer zhztheplayer merged commit c22eb87 into apache:main Feb 12, 2026
104 of 107 checks passed
ReemaAlzaid pushed a commit to ReemaAlzaid/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