YannByron commented on code in PR #7680:
URL: https://github.com/apache/hudi/pull/7680#discussion_r1090357484
##########
hudi-spark-datasource/hudi-spark3.1.x/src/main/scala/org/apache/spark/sql/hudi/command/Spark31AlterTableCommand.scala:
##########
@@ -170,6 +171,12 @@ case class Spark31AlterTableCommand(table: CatalogTable,
changes: Seq[TableChang
val newProperties = table.properties.filter { case (k, _) =>
!propKeys.contains(k) }
val newTable = table.copy(properties = newProperties, comment =
tableComment)
catalog.alterTable(newTable)
+
+ // delete hoodie table's config file
Review Comment:
nit: delete hoodie table's config from the config file
--
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]