nastra commented on code in PR #14060:
URL: https://github.com/apache/iceberg/pull/14060#discussion_r2362966624


##########
core/src/main/java/org/apache/iceberg/rest/HTTPRequest.java:
##########
@@ -33,6 +33,7 @@
 @Value.Immutable
 @SuppressWarnings({"ImmutablesStyle", "SafeLoggingPropagation"})
 public interface HTTPRequest {
+  String SNAPSHOT_MODE_QUERY_PARAM_NAME = "snapshots";

Review Comment:
   I don't think this is the right place either. Maybe just leave it inlined as 
it was before?



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

Reply via email to