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

feat: optimize scan filters #3651

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

igorbernstein2
Copy link
Collaborator

When possible, bubble up the maxVersions filter to the start of the filter chain. Semantically we can reorder maxVersions anywhere in a filter chain as long as it doesnt skip over any cell filters (timerange, value, etc).

When possible, bubble up the maxVersions filter to the start of the filter chain. Semantically we can reorder maxVersions anywhere in a filter chain as long as it doesnt skip over any cell filters (timerange, value, etc).
@igorbernstein2 igorbernstein2 requested a review from a team as a code owner June 9, 2022 14:48
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigtable Issues related to the googleapis/java-bigtable-hbase API. labels Jun 9, 2022
@igorbernstein2 igorbernstein2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2022
@igorbernstein2 igorbernstein2 added the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 9, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 9, 2022
@igorbernstein2 igorbernstein2 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 9, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 23af529 into googleapis:main Jun 9, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 9, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 9, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.0](v2.3.0...v2.4.0) (2022-06-09)


### Features

* optimize scan filters ([#3651](#3651)) ([23af529](23af529))


### Dependencies

* update bigtable.version to v2.7.0 ([#3629](#3629)) ([90956d1](90956d1))
* update bigtable.version to v2.8.0 ([#3640](#3640)) ([93b7067](93b7067))
* update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.144.0 ([#3630](#3630)) ([5cd5c59](5cd5c59))
* update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.144.0 ([#3631](#3631)) ([3c4db31](3c4db31))
* update dependency org.codehaus.plexus:plexus-utils to v3.4.2 ([#3624](#3624)) ([c555559](c555559))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.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-hbase API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants