HyukjinKwon commented on code in PR #53410:
URL: https://github.com/apache/spark/pull/53410#discussion_r2604555981
##########
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:
Does it fail when it imports? if the case, `importlib.util.find_spec(name)
is not None` should work
--
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]