eric-maynard commented on PR #1555: URL: https://github.com/apache/polaris/pull/1555#issuecomment-2916946690
> However, I think that the PageToken should only contain the opaque token, as it's rather a response-only thing. It cannot "force" or "ask" a client to use a page-size. So `PageToken` represents the _parsed_ opaque token -- meaning for `EntityIdPageToken`, we have an `entityId` field with value `123` which is extracted from a string like `entity-id/123/456`. But that string **also** encodes the requested page size (the reasons for this are discussed in the previous PR). So if `EntityIdPageToken` represents the data in that string, it follows that `EntityIdPageToken` will contain the requested page size. -- 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