Skip to content

Commit c306e2d

Browse files
committed
[SPARK-51701][PYTHON][TESTS][FOLLOW-UP] Fix imports specific for branch-3.5
Authored-by: Takuya Ueshin <ueshin@databricks.com> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org> (cherry picked from commit 295d37f) Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent bb02cb9 commit c306e2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyspark/sql/tests/connect/test_connect_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
Row,
4646
)
4747

48-
from pyspark.testing.sqlutils import (
48+
from pyspark.testing.objects import (
4949
MyObject,
50-
SQLTestUtils,
5150
PythonOnlyUDT,
5251
ExamplePoint,
5352
PythonOnlyPoint,
5453
)
54+
from pyspark.testing.sqlutils import SQLTestUtils
5555
from pyspark.testing.connectutils import (
5656
should_test_connect,
5757
ReusedConnectTestCase,

0 commit comments

Comments
 (0)