Skip to content

Commit

Permalink
[SPARK-50567][INFRA] Apply Python 3.11 image in No-ANSI daily build
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Apply Python 3.11 image in No-ANSI daily build

### Why are the changes needed?
switch to the new images

### Does this PR introduce _any_ user-facing change?
no, infra-only

### How was this patch tested?
PR builder with
```
default: '{"PYSPARK_IMAGE_TO_TEST": "python-311", "PYTHON_TO_TEST": "python3.11", "SPARK_ANSI_SQL_MODE": "false"}'
```

https://github.com/zhengruifeng/spark/actions/runs/12312692530/job/34365351588

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#49176 from zhengruifeng/py_311_no_ansi.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
zhengruifeng authored and dongjoon-hyun committed Dec 13, 2024
1 parent d1db510 commit 3362ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_non_ansi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
hadoop: hadoop3
envs: >-
{
"PYSPARK_IMAGE_TO_TEST": "python-311",
"PYTHON_TO_TEST": "python3.11",
"SPARK_ANSI_SQL_MODE": "false",
}
jobs: >-
Expand Down

0 comments on commit 3362ec8

Please sign in to comment.