FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps: update sdk-platform-java-config to 3.55.0-rc1 by diegomarquezp · Pull Request #2738 · googleapis/java-bigtable · GitHub

This repository was archived by the owner on May 8, 2026. It is now read-only.
/ java-bigtable Public archive

deps: update sdk-platform-java-config to 3.55.0-rc1 - #2738

Merged
blakeli0 merged 8 commits into
protobuf-4.x-rcfrom
protobuf-4.x-deps-upgrade
Dec 17, 2025
Merged

deps: update sdk-platform-java-config to 3.55.0-rc1#2738
blakeli0 merged 8 commits into
protobuf-4.x-rcfrom
protobuf-4.x-deps-upgrade

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

diegomarquezp requested review from a team December 15, 2025 17:11
product-auto-label Bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/java-bigtable API. labels Dec 15, 2025
product-auto-label Bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Dec 15, 2025
diegomarquezp reopened this Dec 15, 2025
product-auto-label Bot added size: xs Pull request size is extra small. and removed size: s Pull request size is small. labels Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

Looks like an interface change to non-null is causing errors.

Error:  /home/runner/work/java-bigtable/java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/changestream/ReadChangeStreamMergingAcceptanceTest.java:[288,19] error: [ImpossibleNullComparison] This value cannot be null, and comparing it to null may be misleading.
Error:      (see https://errorprone.info/bugpattern/ImpossibleNullComparison)
Error:    Did you mean 'return !testCase.getResultsList().isEmpty() && !results.isEmpty() && results.get(results.size() - 1).getError();'?
Error:  /home/runner/work/java-bigtable/java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/changestream/ReadChangeStreamMergingAcceptanceTest.java:[295,16] error: [ImpossibleNullComparison] This value cannot be null, and comparing it to null may be misleading.
Error:      (see https://errorprone.info/bugpattern/ImpossibleNullComparison)
Error:    Did you mean 'if (!testCase.getResultsList().isEmpty()) {'?
Error:  /home/runner/work/java-bigtable/java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java:[145,19] error: [ImpossibleNullComparison] This value cannot be null, and comparing it to null may be misleading.
Error:      (see https://errorprone.info/bugpattern/ImpossibleNullComparison)
Error:    Did you mean 'return !rrt.getResultsList().isEmpty() && !results.isEmpty() && results.get(results.size() - 1).getError();'?
Error:  /home/runner/work/java-bigtable/java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java:[152,16] error: [ImpossibleNullComparison] This value cannot be null, and comparing it to null may be misleading.
Error:      (see https://errorprone.info/bugpattern/ImpossibleNullComparison)
Error:    Did you mean 'if (!rrt.getResultsList().isEmpty()) {'?

I'll use the suggested code (but using results.isEmpty() instead).

product-auto-label Bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Dec 16, 2025
diegomarquezp and others added 3 commits December 16, 2025 21:52
ErrorProne will complain ImpossibleNullComparison once protobuf runtime is upgraded to 4.x. See the downstream tests in sdk-platform-java.
blakeli0 merged commit 136f164 into protobuf-4.x-rc Dec 17, 2025
25 checks passed
blakeli0 deleted the protobuf-4.x-deps-upgrade branch December 17, 2025 15:56
This file contains hidden or 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/java-bigtable API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL