dongjoon-hyun commented on PR #45079: URL: https://github.com/apache/spark/pull/45079#issuecomment-1942907749
I also tried the following. It succeeded like the following too. ``` $ build/sbt ... sbt:spark-parent> testOnly org.apache.spark.sql.execution.python.PythonDataSourceSuite ... [info] Run completed in 24 seconds, 532 milliseconds. [info] Total number of tests run: 21 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 21, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. ... [success] Total time: 57 s, completed Feb 13, 2024, 4:36:04 PM sbt:spark-parent> ``` -- 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]
