huaxingao commented on code in PR #13225:
URL: https://github.com/apache/iceberg/pull/13225#discussion_r2738736014
##########
core/src/main/java/org/apache/iceberg/rest/RESTTableOperations.java:
##########
@@ -139,6 +175,10 @@ enum UpdateType {
this.current = current;
}
this.endpoints = endpoints;
+
+ // N.B. We don't use this.current due it being null for the CREATE update
type; we still
Review Comment:
nit: `due it being` -> `due to it being`
--
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]