dongjoon-hyun commented on code in PR #54355:
URL: https://github.com/apache/spark/pull/54355#discussion_r2819960087
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala:
##########
@@ -255,6 +256,11 @@ abstract class DockerJDBCIntegrationSuite
*/
def dataPreparation(connection: Connection): Unit
+ /**
+ * Sleep for a while before testing.
+ */
+ def sleepBeforeTesting(): Unit = {}
Review Comment:
By default, this has the default no-op function body.
--
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]