LuciferYang commented on code in PR #52588:
URL: https://github.com/apache/spark/pull/52588#discussion_r2427960683
##########
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/pipelines/EndToEndAPISuite.scala:
##########
@@ -111,6 +111,8 @@ class EndToEndAPISuite extends PipelineTest with APITest
with SparkConnectServer
}
override def awaitPipelineTermination(pipeline: PipelineReference, duration:
Duration): Unit = {
+ assume(PythonTestDepsChecker.isConnectDepsAvailable)
+ assume(PythonTestDepsChecker.isYamlAvailable)
Review Comment:
End-to-end testing for SDP requires pyyaml
--
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]