kbendick commented on code in PR #5118: URL: https://github.com/apache/iceberg/pull/5118#discussion_r909063852
########## core/src/main/java/org/apache/iceberg/rest/CatalogHandlers.java: ########## @@ -28,6 +28,7 @@ import org.apache.iceberg.BaseMetadataTable; import org.apache.iceberg.BaseTable; import org.apache.iceberg.BaseTransaction; +import org.apache.iceberg.HasTableOperations; Review Comment: They've been reverted so once the tests pass, this is the minimum change set for these tests. -- 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]
