alekjarmov commented on code in PR #50591: URL: https://github.com/apache/spark/pull/50591#discussion_r2045212212
########## connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/MySQLIntegrationSuite.scala: ########## @@ -282,12 +297,6 @@ class MySQLIntegrationSuite extends DockerJDBCIntegrationV2Suite with V2JDBCTest */ @DockerTest class MySQLOverMariaConnectorIntegrationSuite extends MySQLIntegrationSuite { - override def defaultMetadata(dataType: DataType = StringType): Metadata = new MetadataBuilder() Review Comment: This is not needed. ########## connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/MySQLIntegrationSuite.scala: ########## @@ -282,12 +297,6 @@ class MySQLIntegrationSuite extends DockerJDBCIntegrationV2Suite with V2JDBCTest */ @DockerTest class MySQLOverMariaConnectorIntegrationSuite extends MySQLIntegrationSuite { - override def defaultMetadata(dataType: DataType = StringType): Metadata = new MetadataBuilder() Review Comment: Info: This is not needed. -- 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