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 6e327858d3c [SPARK-45247][PYTHON][TESTS][FOLLOW-UP] Deduplicate FrameReidexingTests.test_filter test 6e327858d3c is described below commit 6e327858d3ccf5cb34297147c7a9c6e54f7218a2 Author: Haejoon Lee <haejoon....@databricks.com> AuthorDate: Mon Sep 25 22:19:50 2023 +0900 [SPARK-45247][PYTHON][TESTS][FOLLOW-UP] Deduplicate FrameReidexingTests.test_filter test ### What changes were proposed in this pull request? This is followup PR for https://github.com/apache/spark/pull/43025 to cleanup the duplicated tests in the code. ### Why are the changes needed? Cleanup ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No test needed / the existing CI should pass. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43101 from itholic/pandas_2.1.1_followup. Authored-by: Haejoon Lee <haejoon....@databricks.com> Signed-off-by: Hyukjin Kwon <gurwls...@apache.org> --- python/pyspark/pandas/tests/frame/test_reindexing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/pyspark/pandas/tests/frame/test_reindexing.py b/python/pyspark/pandas/tests/frame/test_reindexing.py index 3e40c35edd6..606efd95188 100644 --- a/python/pyspark/pandas/tests/frame/test_reindexing.py +++ b/python/pyspark/pandas/tests/frame/test_reindexing.py @@ -856,9 +856,6 @@ class FrameReindexingMixin: class FrameReidexingTests(FrameReindexingMixin, ComparisonTestBase, SQLTestUtils): - def test_filter(self): - super().test_filter() - pass --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org