-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat: reverse scans public preview #1711
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
product-auto-label
bot
added
size: l
Pull request size is large.
api: bigtable
Issues related to the googleapis/java-bigtable API.
labels
Apr 14, 2023
mutianf
approved these changes
Apr 14, 2023
Change-Id: I092f236658a93a8ebd0bbc3bf1ef83c5c4978432
Change-Id: I1f965e0f43fd3713a7abfff68466be7c861d08a7
Change-Id: I1b24aed62198cf28c395f4152a548a555146ffb9
Change-Id: Ib0ec1c4d01f9cb6153c07dfb3637dc8092050f3f
igorbernstein2
force-pushed
the
rev-scans-public
branch
from
June 27, 2023 14:30
3533896
to
50ebc01
Compare
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
mutianf
approved these changes
Jun 27, 2023
igorbernstein2
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jun 27, 2023
Change-Id: I12faf9498706c87eab2cab43ad20d2b056935270
igorbernstein2
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
and removed
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
labels
Jun 27, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2023
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jun 27, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jun 27, 2023
🤖 I have created a release *beep* *boop* --- ## [2.24.0](https://togithub.com/googleapis/java-bigtable/compare/v2.23.3...v2.24.0) (2023-06-27) ### Features * Add experimental reverse scan for public preview ([#1809](https://togithub.com/googleapis/java-bigtable/issues/1809)) ([f4f2e2e](https://togithub.com/googleapis/java-bigtable/commit/f4f2e2ebac535372ebfb8ebd60ca78f0f7ca010b)) * Reverse scans public preview ([#1711](https://togithub.com/googleapis/java-bigtable/issues/1711)) ([176360f](https://togithub.com/googleapis/java-bigtable/commit/176360f2689966dccbe95c401cf2bfe9ca64f274)) ### Dependencies * Update dependency com.google.truth.extensions:truth-proto-extension to v1.1.5 ([#1801](https://togithub.com/googleapis/java-bigtable/issues/1801)) ([a8961e8](https://togithub.com/googleapis/java-bigtable/commit/a8961e8f45f5cb2812c185a68a8892bed958ae6a)) * Update dependency kr.motd.maven:os-maven-plugin to v1.7.1 ([#1792](https://togithub.com/googleapis/java-bigtable/issues/1792)) ([80acca0](https://togithub.com/googleapis/java-bigtable/commit/80acca0922060e932dedd31e8079f432b7de9785)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.23 ([#1800](https://togithub.com/googleapis/java-bigtable/issues/1800)) ([a9172c4](https://togithub.com/googleapis/java-bigtable/commit/a9172c4570a053d28ab90232b98ab716cc8b6f80)) * Update shared dependencies to 3.12.0, monitoring to 3.21.0, update renovate config ([#1807](https://togithub.com/googleapis/java-bigtable/issues/1807)) ([12fc8cd](https://togithub.com/googleapis/java-bigtable/commit/12fc8cded38d64c9e4d997d83ff8cdbffe373120)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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 googleapis/java-bigtable API.
size: l
Pull request size is large.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a reversed boolean to Query, which will allow endusers to stream rows in reverse order.
Example: