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


##########
core/src/main/java/org/apache/iceberg/rest/responses/ListTablesResponse.java:
##########
@@ -30,13 +30,15 @@
 public class ListTablesResponse implements RESTResponse {

Review Comment:
   will add



##########
core/src/main/java/org/apache/iceberg/rest/responses/ListTablesResponse.java:
##########
@@ -60,6 +69,7 @@ public static Builder builder() {
 
   public static class Builder {
     private final ImmutableList.Builder<TableIdentifier> identifiers = 
ImmutableList.builder();
+    private String nextPageToken = null;

Review Comment:
   will add



##########
core/src/main/java/org/apache/iceberg/rest/responses/ListNamespacesResponse.java:
##########
@@ -29,13 +29,15 @@
 public class ListNamespacesResponse implements RESTResponse {
 
   private List<Namespace> namespaces;
+  private String nextPageToken;

Review Comment:
   will add



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