alekjarmov commented on code in PR #50591: URL: https://github.com/apache/spark/pull/50591#discussion_r2045209886
########## connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/MySQLIntegrationSuite.scala: ########## @@ -59,6 +59,15 @@ class MySQLIntegrationSuite extends DockerJDBCIntegrationV2Suite with V2JDBCTest override val catalogName: String = "mysql" override val db = new MySQLDatabaseOnDocker + override def defaultMetadata( Review Comment: Yeah type names should be common there might be some difference in behavior in some specific, but it wouldn't matter for tests. -- 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]
