LuciferYang commented on PR #53088:
URL: https://github.com/apache/spark/pull/53088#issuecomment-3544842363

   > build/sbt "connect/testOnly 
org.apache.spark.sql.connect.pipelines.PythonPipelineSuite"
   
   @sryza We can override the function `test(testName: String, testTags: 
Tag*)(testFun: => Any)(implicit pos: Position): Unit` to perform a default 
check of `PythonTestDepsChecker.isConnectDepsAvailable`. Do all tests within 
the `PythonPipelineSuite` need to check for these Python module dependencies? 
Can we simply limit the scope of the overridden `test` method to the 
`PythonPipelineSuite`?


-- 
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]

Reply via email to