manuzhang commented on code in PR #9830: URL: https://github.com/apache/iceberg/pull/9830#discussion_r1524151096
########## spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/CreateOrReplaceTagExec.scala: ########## @@ -40,7 +40,8 @@ case class CreateOrReplaceTagExec( override lazy val output: Seq[Attribute] = Nil override protected def run(): Seq[InternalRow] = { - catalog.loadTable(ident) match { + catalog Review Comment: Redundant change -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org