Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50567][INFRA] Apply Python 3.11 image in No-ANSI daily build
### 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