Skip to content

Commit

Permalink
[SPARK-46231][PYTHON][FOLLOWUP] Cleanup duplicated test
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR followups #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]>
  • Loading branch information
itholic authored and HyukjinKwon committed Dec 6, 2023
1 parent 9815bb1 commit e013c4e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,6 @@ def biased_sum(v, w=None):


class GroupedAggPandasUDFTests(GroupedAggPandasUDFTestsMixin, ReusedSQLTestCase):
def test_unsupported_types(self):
super().test_unsupported_types()

pass


Expand Down

0 comments on commit e013c4e

Please sign in to comment.