alekjarmov commented on code in PR #52127: URL: https://github.com/apache/spark/pull/52127#discussion_r2307043357
########## connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MariaDBKrbIntegrationSuite.scala: ########## @@ -33,8 +33,7 @@ import org.apache.spark.tags.DockerTest * }}} */ @DockerTest -class MariaDBKrbIntegrationSuite extends DockerKrbJDBCIntegrationSuite - with SharedJDBCIntegrationTests { Review Comment: No, we will still have them from `MySQLOverMariaConnectorIntegrationSuite`. Initially I added them here by mistake, these krb suites should not extend `SharedJDBCIntegrationTests` as they extend `DockerKrbJDBCIntegrationSuite` code ref: https://github.com/apache/spark/blob/2de0248071035aa94818386c2402169f6670d2d4/connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MySQLIntegrationSuite.scala#L375 -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org