zhengruifeng opened a new pull request, #45636: URL: https://github.com/apache/spark/pull/45636
### What changes were proposed in this pull request? Factor column name handling out of `plan.py` ### Why are the changes needed? we have too many parameters preprocessing in `plan.py`, e.g. the column name handling, we introduced multiple duplicated helper functions here and there, make it hard to following some times. ### Does this PR introduce _any_ user-facing change? no, just code refactor ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no -- 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]
