RussellSpitzer commented on a change in pull request #1211:
URL: https://github.com/apache/iceberg/pull/1211#discussion_r456013335
##########
File path: core/src/main/java/org/apache/iceberg/RemoveSnapshots.java
##########
@@ -89,7 +96,7 @@ public ExpireSnapshots expireOlderThan(long timestampMillis) {
@Override
public ExpireSnapshots retainLast(int numSnapshots) {
Preconditions.checkArgument(1 <= numSnapshots,
- "Number of snapshots to retain must be at least 1, cannot be: %s",
numSnapshots);
Review comment:
Sorry my auto formatter was going a little overboard!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]