zhengruifeng commented on code in PR #48219:
URL: https://github.com/apache/spark/pull/48219#discussion_r1772586509
##########
python/pyspark/sql/tests/plot/test_frame_plot_plotly.py:
##########
@@ -64,20 +73,15 @@ def test_bar_plot(self):
self._check_fig_data("bar", fig["data"][0], ["A", "B", "C"], [10, 30,
20], "int_val")
self._check_fig_data("bar", fig["data"][1], ["A", "B", "C"], [1.5,
2.5, 3.5], "float_val")
- def test_barh_plot(self):
Review Comment:
why removing this test?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]