eric-maynard commented on code in PR #1838:
URL: https://github.com/apache/polaris/pull/1838#discussion_r2139124036


##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java:
##########
@@ -2538,7 +2518,7 @@ private PageToken buildPageToken(@Nullable String 
tokenString, @Nullable Integer
     if (!paginationEnabled) {
       return PageToken.readEverything();
     } else {
-      return PageToken.build(tokenString, pageSize);
+      return PageToken.decode(tokenString, pageSize);

Review Comment:
   Is this really necessary? 



-- 
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...@polaris.apache.org

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

Reply via email to