dongjoon-hyun commented on PR #48139: URL: https://github.com/apache/spark/pull/48139#issuecomment-2364035246
I verified those are skipped correctly. Merged to master. ``` Starting test(python3): pyspark.sql.tests.plot.test_frame_plot_plotly (temp output: /Users/dongjoon/APACHE/spark-merge/python/target/9b5518b0-417e-46bd-8ead-b5b9f1a2e411/python3__pyspark.sql.tests.plot.test_frame_plot_plotly__jhwyzczj.log) Finished test(python3): pyspark.sql.tests.plot.test_frame_plot (4s) ... 5 tests were skipped Starting test(python3): pyspark.sql.tests.streaming.test_streaming (temp output: /Users/dongjoon/APACHE/spark-merge/python/target/050bb636-1f59-4011-8e3b-c7675424e0fc/python3__pyspark.sql.tests.streaming.test_streaming__aslrevd0.log) Finished test(python3): pyspark.sql.tests.plot.test_frame_plot_plotly (4s) ... 2 tests were skipped ``` -- 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]
