Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination for QueryTable at snapshot #352

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

charlenelyu-db
Copy link
Collaborator

@charlenelyu-db charlenelyu-db commented Jul 24, 2023

  • Part 1: Pagination for QueryTable at snapshot
    • Part 2: Pagination for QueryTable from starting_version
      • Part 3: Pagination for QueryTableChanges

Support pagination for QueryTable at snapshot in reference server.

  • Add two optional fields maxFiles, pageToken in QueryTableRequest
  • Return nextPageToken json object in the response if maxFiles is specified
  • Page token is base-64 encoded, not encrypted
  • Add unit tests

This is part 1 for issue #351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants