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

gurwls223 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 e013c4e859e [SPARK-46231][PYTHON][FOLLOWUP] Cleanup duplicated test
e013c4e859e is described below

commit e013c4e859e5df4fc23592bb77007c5b41c3c72d
Author: Haejoon Lee <haejoon....@databricks.com>
AuthorDate: Thu Dec 7 08:58:09 2023 +0900

    [SPARK-46231][PYTHON][FOLLOWUP] Cleanup duplicated test
    
    ### What changes were proposed in this pull request?
    
    This PR followups https://github.com/apache/spark/pull/44148 to remove 
duplicated test.
    
    ### Why are the changes needed?
    
    Cleanup duplicated test.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    The existing CI should pass.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #44217 from itholic/SPARK-46231-followup.
    
    Authored-by: Haejoon Lee <haejoon....@databricks.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py 
b/python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py
index 455bb09a7dc..b500be7a969 100644
--- a/python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py
+++ b/python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py
@@ -720,9 +720,6 @@ class GroupedAggPandasUDFTestsMixin:
 
 
 class GroupedAggPandasUDFTests(GroupedAggPandasUDFTestsMixin, 
ReusedSQLTestCase):
-    def test_unsupported_types(self):
-        super().test_unsupported_types()
-
     pass
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to