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

fix(pycloudlib): searching values from spanner returns empty set #2827

Closed
iromli opened this issue Nov 1, 2022 · 0 comments · Fixed by #2833
Closed

fix(pycloudlib): searching values from spanner returns empty set #2827

iromli opened this issue Nov 1, 2022 · 0 comments · Fixed by #2833
Assignees

Comments

@iromli
Copy link
Contributor

iromli commented Nov 1, 2022

When using SpannerClient to search entries with only a subset of columns, the result is an empty set.

For the illustration:

  1. Running SpannerClient.search("jansScope") will return resultset.
  2. Running SpannerClient.search("jansScope", ["jansId"]) will return empty resultset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants