LuciferYang commented on code in PR #41533: URL: https://github.com/apache/spark/pull/41533#discussion_r1226727363
########## sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/AlterTableRenamePartitionSuite.scala: ########## @@ -17,13 +17,16 @@ package org.apache.spark.sql.execution.command.v2 +import org.scalatest.Ignore + import org.apache.spark.sql.Row import org.apache.spark.sql.execution.command /** * The class contains tests for the `ALTER TABLE .. RENAME PARTITION` command * to check V2 table catalogs. */ +@Ignore Review Comment: Although GA passed, I am not sure we really need ignore this case ... -- 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]
