nastra commented on code in PR #14334:
URL: https://github.com/apache/iceberg/pull/14334#discussion_r2438740887
##########
core/src/main/java/org/apache/iceberg/view/BaseViewOperations.java:
##########
@@ -108,7 +108,7 @@ public void commit(ViewMetadata base, ViewMetadata
metadata) {
// if the metadata is already out of date, reject it
if (base != current()) {
if (base != null) {
- throw new CommitFailedException("Cannot commit: stale view metadata");
+ throw new CommitFailedException("Commit failed: stale view metadata");
Review Comment:
this and the other one seem like unrelated changes?
--
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]