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 <[email protected]>
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 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]