cloud-fan commented on a change in pull request #30142:
URL: https://github.com/apache/spark/pull/30142#discussion_r511814190



##########
File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/MySQLIntegrationSuite.scala
##########
@@ -77,11 +86,26 @@ class MySQLIntegrationSuite extends 
DockerJDBCIntegrationSuite with V2JDBCTest {
     assert(msg1.contains("Cannot update alt_table field ID: string cannot be 
cast to int"))
   }
 
+  override def testRenameColumn(tbl: String): Unit = {
+    if (db.imageName.matches(".*mysql.5\\.[0-9].*")) {

Review comment:
       we can check the config value here.




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to