uros-b opened a new pull request, #57787: URL: https://github.com/apache/spark/pull/57787
### What changes were proposed in this pull request? Updates the `PYSPARK_PYTHON=python3.8` example in `docs/rdd-programming-guide.md` to `python3.11`. ### Why are the changes needed? The same page states that Spark works with Python 3.11+ about thirty lines above this example, and the build pins `python_requires>=3.11`, so the python3.8 example is stale and internally inconsistent. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Documentation only. No tests needed. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
