[VL] Add S3 integration gluten tests#11516
Conversation
|
Run Gluten Clickhouse CI on x86 |
3d833d2 to
83216fa
Compare
|
Run Gluten Clickhouse CI on x86 |
|
related: #9184 |
83216fa to
a42b41c
Compare
|
Run Gluten Clickhouse CI on x86 |
a42b41c to
c5b2ef3
Compare
|
Run Gluten Clickhouse CI on x86 |
c5b2ef3 to
d981b9b
Compare
|
Run Gluten Clickhouse CI on x86 |
d981b9b to
4e6db1b
Compare
|
Run Gluten Clickhouse CI on x86 |
4e6db1b to
c6337c3
Compare
|
Run Gluten Clickhouse CI on x86 |
c6337c3 to
93bb447
Compare
|
Run Gluten Clickhouse CI on x86 |
93bb447 to
83ba467
Compare
|
Run Gluten Clickhouse CI on x86 |
83ba467 to
58b43b0
Compare
|
Run Gluten Clickhouse CI on x86 |
58b43b0 to
29791d9
Compare
|
Run Gluten Clickhouse CI on x86 |
29791d9 to
80ce211
Compare
|
Run Gluten Clickhouse CI on x86 |
80ce211 to
c2582b5
Compare
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
a8e242e to
7fd348f
Compare
|
Run Gluten Clickhouse CI on x86 |
7fd348f to
94caf9d
Compare
|
Run Gluten Clickhouse CI on x86 |
94caf9d to
3d3e991
Compare
|
Run Gluten Clickhouse CI on x86 |
3d3e991 to
88b5842
Compare
|
Run Gluten Clickhouse CI on x86 |
ba0d377 to
bfd8b1f
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
bfd8b1f to
3f316a8
Compare
|
Run Gluten Clickhouse CI on x86 |
3f316a8 to
cb47d58
Compare
|
Run Gluten Clickhouse CI on x86 |
cb47d58 to
e6b8855
Compare
|
Run Gluten Clickhouse CI on x86 |
e6b8855 to
09a6496
Compare
|
Run Gluten Clickhouse CI on x86 |
| # 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Hi, those changes were removed in a later commit
I’ve added them back now.
Part of apache#9184 Fixes apache#9618
09a6496 to
b3da8d6
Compare
|
Run Gluten Clickhouse CI on x86 |
Co-authored-by: Mariam-Almesfer <mariam.almesfer@ibm.com>
Co-authored-by: Mariam-Almesfer <mariam.almesfer@ibm.com>
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