This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 5e3d0e44e7aa Revert "[SPARK-51138][PYTHON][CONNECT][TESTS] Skip
pyspark.sql.tests.connect.test_parity_frame_plot_plotly.FramePlotPlotlyParityTests.test_area_plot"
5e3d0e44e7aa is described below
commit 5e3d0e44e7aa8bf41769dd76497e9c98540e4c6a
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Feb 11 09:23:54 2025 +0900
Revert "[SPARK-51138][PYTHON][CONNECT][TESTS] Skip
pyspark.sql.tests.connect.test_parity_frame_plot_plotly.FramePlotPlotlyParityTests.test_area_plot"
This reverts commit 0f73b4bba411019f4b5e34f60f361741960d4415.
---
.../pandas/tests/connect/plot/test_parity_frame_plot_plotly.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py
b/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py
index 21ee780d2437..7e1c94e026f4 100644
--- a/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py
+++ b/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py
@@ -24,9 +24,7 @@ from pyspark.testing.pandasutils import
PandasOnSparkTestUtils, TestUtils
class DataFramePlotPlotlyParityTests(
DataFramePlotPlotlyTestsMixin, PandasOnSparkTestUtils, TestUtils,
ReusedConnectTestCase
):
- @unittest.skip("SPARK-51137: Should be reenabled")
- def test_area_plot(self):
- self.test_area_plot()
+ pass
if __name__ == "__main__":
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]