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

dongjoon 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 06c8a5fe32e [SPARK-45267][PS][FOLLOWUP] Remove duplicated test
06c8a5fe32e is described below

commit 06c8a5fe32e497fc7bb445c0446dd7eaf4b2630a
Author: Haejoon Lee <haejoon....@databricks.com>
AuthorDate: Wed Nov 29 12:54:57 2023 -0800

    [SPARK-45267][PS][FOLLOWUP] Remove duplicated test
    
    ### What changes were proposed in this pull request?
    
    This PR is followup for https://github.com/apache/spark/pull/43043.
    
    ### Why are the changes needed?
    
    To remove duplicated test during local testing.
    
    ### 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 #44072 from itholic/SPARK-45267-followup.
    
    Authored-by: Haejoon Lee <haejoon....@databricks.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 python/pyspark/pandas/tests/computation/test_compute.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/python/pyspark/pandas/tests/computation/test_compute.py 
b/python/pyspark/pandas/tests/computation/test_compute.py
index 7f17a3bc6f0..21dcb9b1b05 100644
--- a/python/pyspark/pandas/tests/computation/test_compute.py
+++ b/python/pyspark/pandas/tests/computation/test_compute.py
@@ -433,9 +433,6 @@ class FrameComputeMixin:
 
 
 class FrameComputeTests(FrameComputeMixin, ComparisonTestBase, SQLTestUtils):
-    def test_quantile(self):
-        super().test_quantile()
-
     pass
 
 


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

Reply via email to