dongjoon-hyun commented on code in PR #52011:
URL: https://github.com/apache/spark/pull/52011#discussion_r2277723588
##########
python/pyspark/sql/connect/functions/__init__.py:
##########
@@ -16,7 +16,7 @@
#
"""PySpark Functions with Spark Connect"""
-from pyspark.testing import should_test_connect
+from pyspark.testing.utils import should_test_connect
Review Comment:
Ditto. This change `python/pyspark/sql/connect/functions/__init__.py` which
is a main source code.
##########
python/pyspark/sql/connect/tvf.py:
##########
@@ -127,7 +127,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:
ditto.
--
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]