huaxingao commented on a change in pull request #30089:
URL: https://github.com/apache/spark/pull/30089#discussion_r510288823



##########
File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala
##########
@@ -73,6 +73,53 @@ trait V2JDBCTest extends SharedSparkSession {
     assert(msg.contains("Table not found"))
   }
 
+  test("SPARK-33034: ALTER TABLE ... rename column") {

Review comment:
       `MySQLIntegrationSuite` fails on this test. The docker image we have for 
MySQL is 5.7.31. Seems MySQL 5.7 doesn't support syntax ```ALTER TABLE tbl_name 
RENAME COLUMN old_col_name TO new_col_name``` but 8.0 does.
   https://dev.mysql.com/doc/refman/5.7/en/alter-table.html
   https://dev.mysql.com/doc/refman/8.0/en/alter-table.html




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