rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1544946200


##########
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##########
@@ -114,6 +114,9 @@ public class RESTSessionCatalog extends 
BaseViewSessionCatalog
   private static final String DEFAULT_FILE_IO_IMPL = 
"org.apache.iceberg.io.ResolvingFileIO";
   private static final String REST_METRICS_REPORTING_ENABLED = 
"rest-metrics-reporting-enabled";
   private static final String REST_SNAPSHOT_LOADING_MODE = 
"snapshot-loading-mode";
+  public static final String REST_PAGINATION_ENABLED = 
"rest-pagination-enabled";

Review Comment:
   @rdblue  @danielcweeks we had a sync, and just wanted to confirm if we 
wanted to have this `REST_PAGE_SIZE` as configurable from the client side or 
have the server return back an optimal number for what `pageSize` should be?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to