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

yao 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 755316e0a4fd [SPARK-50254][PS][TESTS] Enable test 
`DataFramePlotParityTests`
755316e0a4fd is described below

commit 755316e0a4fde67c04a4b0ce7fcedb09a04d9728
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu Nov 7 10:41:26 2024 +0800

    [SPARK-50254][PS][TESTS] Enable test `DataFramePlotParityTests`
    
    ### What changes were proposed in this pull request?
    Enable test `DataFramePlotParityTests`, we have reimplemented these 
plotting functions with Spark SQL, and no longer depend on ML.
    
    ### Why are the changes needed?
    test coverage
    
    ### Does this PR introduce _any_ user-facing change?
    no, test only
    
    ### How was this patch tested?
    CI
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #48784 from zhengruifeng/enable_ps_plot_test.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
---
 .../pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py   | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py 
b/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py
index 10054f585016..3378c0918f96 100644
--- a/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py
+++ b/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py
@@ -24,13 +24,7 @@ from pyspark.testing.pandasutils import 
PandasOnSparkTestUtils
 class DataFramePlotParityTests(
     DataFramePlotTestsMixin, PandasOnSparkTestUtils, ReusedConnectTestCase
 ):
-    @unittest.skip("Test depends on Spark ML which is not supported from Spark 
Connect.")
-    def test_compute_hist_multi_columns(self):
-        super().test_compute_hist_multi_columns()
-
-    @unittest.skip("Test depends on Spark ML which is not supported from Spark 
Connect.")
-    def test_compute_hist_single_column(self):
-        super().test_compute_hist_single_column()
+    pass
 
 
 if __name__ == "__main__":


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to