zhengruifeng commented on code in PR #46911:
URL: https://github.com/apache/spark/pull/46911#discussion_r1630674322
##########
python/pyspark/pandas/tests/connect/plot/test_parity_series_plot_matplotlib.py:
##########
@@ -24,6 +24,10 @@
class SeriesPlotMatplotlibParityTests(
SeriesPlotMatplotlibTestsMixin, PandasOnSparkTestUtils, TestUtils,
ReusedConnectTestCase
):
+ @unittest.skip("Test depends on Spark ML which is not supported from Spark
Connect.")
Review Comment:
it failed with `"Empty 'DataFrame': no numeric data to plot"` before, now
fails with `PandasNotImplementedError`
--
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]