dongjoon-hyun commented on code in PR #52011:
URL: https://github.com/apache/spark/pull/52011#discussion_r2277722688
##########
python/pyspark/ml/connect/functions.py:
##########
@@ -58,7 +58,7 @@ def _test() -> None:
print("Not supported in no-GIL mode", file=sys.stderr)
sys.exit(0)
- from pyspark.testing import should_test_connect
+ from pyspark.testing.utils import should_test_connect
Review Comment:
Oh, this is not a test-only change because this is
`python/pyspark/ml/connect/functions.py`, @zhengruifeng .
--
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]