HyukjinKwon commented on code in PR #53410:
URL: https://github.com/apache/spark/pull/53410#discussion_r2604602849


##########
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, the problem here is that it might require other dependencies around, 
e.g., `numpy` is a required dependency for ML, and it will fail. Can we handle 
this case as well?



-- 
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]

Reply via email to