roryqi commented on code in PR #10641:
URL: https://github.com/apache/gravitino/pull/10641#discussion_r3025750924


##########
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergTableOperations.java:
##########
@@ -98,7 +95,6 @@ public class IcebergTableOperations {
 
   @VisibleForTesting public static final String IF_NONE_MATCH = 
"If-None-Match";
 
-  @VisibleForTesting static final String DEFAULT_SNAPSHOTS = "all";
   @VisibleForTesting static final String SNAPSHOTS_REFS = "refs";

Review Comment:
   We should put `all` and `refs` in the same place to reuse them.



-- 
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]

Reply via email to