HyukjinKwon commented on code in PR #53410:
URL: https://github.com/apache/spark/pull/53410#discussion_r2604549886
##########
python/run-tests.py:
##########
@@ -228,6 +228,10 @@ def get_default_python_executables():
def split_and_validate_testnames(testnames):
testnames_to_test = []
+ py4j_module_path = os.path.join(SPARK_HOME,
"python/lib/py4j-0.10.9.9-src.zip")
Review Comment:
Hm, I believe we're already handling this via `bin/pyspark` script (see
`run_individual_python_test`).
--
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]