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

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new b1f54285c907 [SPARK-42857][PYTHON][TESTS] Enable parity test 
`test_supported_types`
b1f54285c907 is described below

commit b1f54285c90702d76c2950c0b52fbd234243dc23
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Mon Oct 20 19:02:04 2025 +0800

    [SPARK-42857][PYTHON][TESTS] Enable parity test `test_supported_types`
    
    ### What changes were proposed in this pull request?
    Enable parity test `test_supported_types`
    
    ### Why are the changes needed?
    for test coverage
    
    ### Does this PR introduce _any_ user-facing change?
    no, test-only
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #52662 from zhengruifeng/SPARK-42857.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 .../sql/tests/connect/pandas/test_parity_pandas_grouped_map.py       | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/python/pyspark/sql/tests/connect/pandas/test_parity_pandas_grouped_map.py 
b/python/pyspark/sql/tests/connect/pandas/test_parity_pandas_grouped_map.py
index 238e9865284f..00cfeb826aa2 100644
--- a/python/pyspark/sql/tests/connect/pandas/test_parity_pandas_grouped_map.py
+++ b/python/pyspark/sql/tests/connect/pandas/test_parity_pandas_grouped_map.py
@@ -21,10 +21,7 @@ from pyspark.testing.connectutils import 
ReusedConnectTestCase
 
 
 class ApplyInPandasTests(ApplyInPandasTestsMixin, ReusedConnectTestCase):
-    # TODO(SPARK-42857): Support CreateDataFrame from Decimal128
-    @unittest.skip("Fails in Spark Connect, should enable.")
-    def test_supported_types(self):
-        super().test_supported_types()
+    pass
 
 
 if __name__ == "__main__":


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

Reply via email to