Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bigtable: cleanup - tweak filters#2919

Merged
pongad merged 8 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
igorbernstein2:filter-tweaksigorbernstein2/google-cloud-java:filter-tweaksCopy head branch name to clipboard
Feb 21, 2018
Merged

Bigtable: cleanup - tweak filters#2919
pongad merged 8 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
igorbernstein2:filter-tweaksigorbernstein2/google-cloud-java:filter-tweaksCopy head branch name to clipboard

Conversation

@igorbernstein2

Copy link
Copy Markdown
Contributor

Minor filter DSL updates as a result of their usage in the current bigtable client

  • add a raw filter that wraps a protobuf
  • remove wrapString and use ByteString. copyFromUtf8() directly
  • misc cleanups

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 17, 2018

@pongad pongad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit; the rest LGTM

*
* <p>For advanced use only.
*/
public Filter raw(RowFilter rowFilter) {

This comment was marked as spam.

This comment was marked as spam.

@igorbernstein2

Copy link
Copy Markdown
Contributor Author

Sorry last minute addition to support existing client:
sduskis/cloud-bigtable-client@8f58d50

@pongad pongad merged commit 6e0cc1e into googleapis:master Feb 21, 2018
@igorbernstein2 igorbernstein2 deleted the filter-tweaks branch March 1, 2018 02:13
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
suztomo pushed a commit that referenced this pull request Mar 9, 2026
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [X] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [X] Ensure the tests and linter pass
- [X] Code coverage does not decrease (if any source code was changed)
- [X] Appropriate docs were updated (if necessary)

Fixes #2905 ☕️
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
… v0.10.1 (#2919)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.10.0` -> `0.10.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.graalvm.buildtools:native-maven-plugin/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.graalvm.buildtools:native-maven-plugin/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.graalvm.buildtools:native-maven-plugin/0.10.0/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.graalvm.buildtools:native-maven-plugin/0.10.0/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin)</summary>

### [`v0.10.1`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.1)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.0...0.10.1)

#### What's Changed

-   Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.12 in /samples/metadata-repo-integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://togithub.com/graalvm/native-build-tools/pull/543](https://togithub.com/graalvm/native-build-tools/pull/543)
-   Fix compile-no-fork with existing jar FileSystems ([#&#8203;547](https://togithub.com/graalvm/native-build-tools/issues/547)) by [@&#8203;kohlschuetter](https://togithub.com/kohlschuetter) in [https://togithub.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548)
-   Add notes how to disable metadata repository support by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/570](https://togithub.com/graalvm/native-build-tools/pull/570)
-   Fix Kotlin Snippet For Disabling Metadata Repository by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/571](https://togithub.com/graalvm/native-build-tools/pull/571)
-   \[GR-51916] Add missing JUnit 5 init policies. by [@&#8203;fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/573](https://togithub.com/graalvm/native-build-tools/pull/573)
-   Upgrade to GraalVM SDK 23.0.2 by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/565](https://togithub.com/graalvm/native-build-tools/pull/565)

#### New Contributors

-   [@&#8203;kohlschuetter](https://togithub.com/kohlschuetter) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548)

**Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.10.0...0.10.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
🤖 I have created a release *beep* *boop*
---


## [6.60.1](https://togithub.com/googleapis/java-spanner/compare/v6.60.0...v6.60.1) (2024-02-23)


### Dependencies

* Update dependency com.google.cloud:google-cloud-monitoring to v3.37.0 ([#2920](https://togithub.com/googleapis/java-spanner/issues/2920)) ([c2115a6](https://togithub.com/googleapis/java-spanner/commit/c2115a698b00f2dce810b7a48ad7b722d085200c))
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.0 ([#2861](https://togithub.com/googleapis/java-spanner/issues/2861)) ([d32adc3](https://togithub.com/googleapis/java-spanner/commit/d32adc3587f388464f3f5c5e42ecd94b9b49bb2f))
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 ([#2919](https://togithub.com/googleapis/java-spanner/issues/2919)) ([cbd6629](https://togithub.com/googleapis/java-spanner/commit/cbd66293b45aac7b6d3c6951af2fd1b3880839e9))
* Update dependency org.json:json to v20240205 ([#2913](https://togithub.com/googleapis/java-spanner/issues/2913)) ([98fa243](https://togithub.com/googleapis/java-spanner/commit/98fa243025b624b397a4589cca6d94934496d011))
* Update dependency org.junit.vintage:junit-vintage-engine to v5.10.2 ([#2868](https://togithub.com/googleapis/java-spanner/issues/2868)) ([030d281](https://togithub.com/googleapis/java-spanner/commit/030d281a120cfc56a628e19dd4cb01f986f283ab))
* Update opentelemetry.version to v1.35.0 ([#2902](https://togithub.com/googleapis/java-spanner/issues/2902)) ([f2cdf12](https://togithub.com/googleapis/java-spanner/commit/f2cdf126be9cd3fc1741a9cf2d29041d34a372a9))

---
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

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.