diff --git a/python/pyspark/sql/tests/connect/test_parity_types.py b/python/pyspark/sql/tests/connect/test_parity_types.py index aef42b96a249d..9e81af47ceb03 100644 --- a/python/pyspark/sql/tests/connect/test_parity_types.py +++ b/python/pyspark/sql/tests/connect/test_parity_types.py @@ -32,7 +32,7 @@ def test_apply_schema_to_dict_and_rows(self): @unittest.skip("Spark Connect does not support RDD but the tests depend on them.") def test_apply_schema_to_row(self): - super().test_apply_schema_to_dict_and_rows() + super().test_apply_schema_to_row() @unittest.skip("Spark Connect does not support RDD but the tests depend on them.") def test_create_dataframe_schema_mismatch(self):