-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spanner): switch order of ListBackupOperations() filter conjuncts (…
…#7746) Check that the metadata is of the desired type in the left-hand side of the `ListBackupOperations()` filter AND expression, before looking at its value. This appears to be a recent change in behavior for the production service, which previously accepted the original ordering, but now would say: "INVALID_ARGUMENT: Invalid ListBackupOperations request." Also change the filter subexpressions to be exact matches, rather than just "contains", so as to make the filtering more precise. Finally, take this opportunity to log the name of running sample, which makes it easier to delineate the RPC log. Fixes #7741.
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
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
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
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