gaborgsomogyi commented on a change in pull request #27637: [SPARK-30874][SQL]
Support Postgres Kerberos login in JDBC connector
URL: https://github.com/apache/spark/pull/27637#discussion_r382512385
##########
File path:
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala
##########
@@ -62,10 +62,17 @@ abstract class DatabaseOnDocker {
* Optional process to run when container starts
*/
def getStartupProcessName: Option[String]
+
+ /**
+ * Optional step before container starts
+ */
+ def beforeContainerStart(hostConfigBuilder: HostConfig.Builder,
+ containerConfigBuilder: ContainerConfig.Builder): Unit = {}
Review comment:
Fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]