manuzhang commented on code in PR #11048: URL: https://github.com/apache/iceberg/pull/11048#discussion_r1754081441
########## spark/v3.5/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/CreateOrReplaceTagExec.scala: ########## @@ -48,7 +48,8 @@ case class CreateOrReplaceTagExec( .orNull Preconditions.checkArgument(snapshotId != null, - "Cannot complete create or replace tag operation on %s, main has no snapshot", ident) + "Cannot complete create or replace tag operation on %s, main has no snapshot", Review Comment: Include catalog name in the error message. -- 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