This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new c306e2dfda0f [SPARK-51701][PYTHON][TESTS][FOLLOW-UP] Fix imports 
specific for branch-3.5
c306e2dfda0f is described below

commit c306e2dfda0f7836806880b122ca524a695de139
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Apr 15 10:49:58 2025 +0900

    [SPARK-51701][PYTHON][TESTS][FOLLOW-UP] Fix imports specific for branch-3.5
    
    Authored-by: Takuya Ueshin <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
    (cherry picked from commit 295d37f)
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 python/pyspark/sql/tests/connect/test_connect_basic.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyspark/sql/tests/connect/test_connect_basic.py 
b/python/pyspark/sql/tests/connect/test_connect_basic.py
index d1f6994edba7..cc95bfface0e 100644
--- a/python/pyspark/sql/tests/connect/test_connect_basic.py
+++ b/python/pyspark/sql/tests/connect/test_connect_basic.py
@@ -45,13 +45,13 @@ from pyspark.sql.types import (
     Row,
 )
 
-from pyspark.testing.sqlutils import (
+from pyspark.testing.objects import (
     MyObject,
-    SQLTestUtils,
     PythonOnlyUDT,
     ExamplePoint,
     PythonOnlyPoint,
 )
+from pyspark.testing.sqlutils import SQLTestUtils
 from pyspark.testing.connectutils import (
     should_test_connect,
     ReusedConnectTestCase,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to