Bigtable: 07. Surface - ReadModifyWriteRow#2939
Bigtable: 07. Surface - ReadModifyWriteRow#2939garrettjonesgoogle merged 2 commits intogoogleapis:masterfrom
Conversation
| * .increment("[FAMILY]", "[QUALIFIER]", 1) | ||
| * .append("[FAMILY2]", "[QUALIFIER2]", "suffix"); | ||
| * | ||
| * boolean success = bigtableClient.readModifyWriteRowAsync(mutation); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| * .increment("[FAMILY]", "[QUALIFIER]", 1) | ||
| * .append("[FAMILY2]", "[QUALIFIER2]", "suffix"); | ||
| * | ||
| * boolean success = bigtableClient.readModifyWriteRowCallable().call(mutation); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| builder.setRowKey(key); | ||
| } | ||
|
|
||
| public static ReadModifyWriteRow create(@Nonnull String tableId, @Nonnull String key) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| * a 64-bit big-endian signed integer), or the entire request will fail. | ||
| */ | ||
| public ReadModifyWriteRow increment( | ||
| @Nonnull String familyName, @Nonnull String qualifier, long amount) { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
LGTM after @kevinsi4508 's feedback is addressed |
|
All feedback should be addressed |
|
Please merge when ready |
|
It looks like you'll need to resolve conflicts first. |
455b3dc to
13ac4dc
Compare
|
Rebased (also squashed to make rebasing easier) |
|
thank you! |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…to v6.61.0 (#2939) * chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.61.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
… the value in the json to be null rather than empty string (#2939) Related to b/395940239
@kevinsi4508, can you take a look when you have a moment?
This the last surface PR