jackye1995 commented on code in PR #9660:
URL: https://github.com/apache/iceberg/pull/9660#discussion_r1494832304
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1581,6 +1616,12 @@ components:
type: string
example: [ "accounting", "tax" ]
+ NextPageToken:
+ description:
+ An opaque next page token, when non-null and non-empty this indicates
that more results can be returned by server.
Review Comment:
What about just saying:
The page token that is returned in a paginated list API response, and then
supplied to fetch contents in the next page following the specification of
pageToken query parameter usage.
--
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]