gaborkaszab commented on code in PR #14060:
URL: https://github.com/apache/iceberg/pull/14060#discussion_r2363163862
##########
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:
Sure. It kind of bugs me when I use the same string literal multiple times,
but I don't know where would be the best place for this :)
--
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]