HyukjinKwon opened a new pull request #27470: [MINOR][BUILD] Factor Python executable out as a variable in 'lint-python' script URL: https://github.com/apache/spark/pull/27470 ### What changes were proposed in this pull request? This PR proposes to make hardcoded `python3` to a variable `PYTHON_EXECUTABLE` in ' lint-python' script. ### Why are the changes needed? To make changes easier. See https://github.com/apache/spark/commit/561e9b968821ca3e501aa5cba7ba5ceaa45796ea as an example. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Manually by running `dev/lint-python`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
