ueshin opened a new pull request, #57729: URL: https://github.com/apache/spark/pull/57729
### What changes were proposed in this pull request? This is a follow-up of apache/spark#57093. This PR renames internal dependency groups in `pyproject.toml` from names beginning with `_` to names beginning with `internal_`. It also updates all corresponding `include-group` references. No package requirements or dependency group contents are changed. ### Why are the changes needed? The PyPA Dependency Groups specification requires group names to be valid non-normalized names. Such names must begin and end with an ASCII letter or number, so the existing names beginning with `_` are invalid. - https://packaging.python.org/en/latest/specifications/dependency-groups/#the-dependency-groups-table ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The existing tests should pass. All dependency group names and `include-group` references were validated, including checks for missing references and duplicate normalized names. Also manually: ```sh $ uv pip install --dry-run --group pyproject.toml:dev ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
