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

Support reverse scans in Bigtable #12010

Closed
6 tasks done
dbolduc opened this issue Jul 4, 2023 · 0 comments · Fixed by #12022
Closed
6 tasks done

Support reverse scans in Bigtable #12010

dbolduc opened this issue Jul 4, 2023 · 0 comments · Fixed by #12022
Assignees
Labels
api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@dbolduc
Copy link
Member

dbolduc commented Jul 4, 2023

The reverse scans feature is now in "experimental public preview" or something.

The googleapis SHA is up to date. And we already have a bigtable::ReadRowsParams. So the remaining work is to:

  • Include bigtable-features: ... header.
  • Add reverse flag to lower layers of API (I think everything below ReadRowsParams)
  • Release feature (1 PR)
    • Add bigtable::ReverseScanOption (and use it)
    • Add integration test
    • Add bigtable_reverse_scan sample

This is more or less where we are going: dbolduc@fb6fba3

Also, the emulator does not currently support this flag. I sent googleapis/google-cloud-go#8198, we will see how it is received. Even if that PR is merged rolling out the emulator can take weeks.

@dbolduc dbolduc added api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Jul 4, 2023
@dbolduc dbolduc self-assigned this Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant