nastra commented on code in PR #7750:
URL: https://github.com/apache/iceberg/pull/7750#discussion_r1227648966
##########
core/src/main/java/org/apache/iceberg/rest/CatalogHandlers.java:
##########
@@ -287,15 +287,15 @@ private static boolean isCreate(UpdateTableRequest
request) {
boolean isCreate =
request.requirements().stream()
.anyMatch(
-
UpdateTableRequest.UpdateRequirement.AssertTableDoesNotExist.class::isInstance);
+
org.apache.iceberg.UpdateRequirement.AssertTableDoesNotExist.class::isInstance);
Review Comment:
I manually added this, thinking it would conflict with the old
`UpdateRequirement` but imported this now properly.
--
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]