KnightChess commented on code in PR #5320:
URL: https://github.com/apache/hudi/pull/5320#discussion_r873147813


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/AlterHoodieTableRenameCommand.scala:
##########
@@ -47,7 +47,7 @@ case class AlterHoodieTableRenameCommand(
       AlterTableRenameCommand(oldName, newName, isView).run(sparkSession)
 
       // update table properties path in every op
-      if (hoodieCatalogTable.catalogProperties.contains("path")) {
+      if (hoodieCatalogTable.table.properties.contains("path")) {

Review Comment:
   catalogProperties contain tblp and storage props



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to