fix(pycloudlib): searching values from spanner returns empty set #2827
Labels
comp-docker-jans-config-api
comp-docker-jans-scim
comp-jans-pycloudlib
kind-bug
Issue or PR is a bug in existing functionality
When using
SpannerClient
to search entries with only a subset of columns, the result is an empty set.For the illustration:
SpannerClient.search("jansScope")
will return resultset.SpannerClient.search("jansScope", ["jansId"])
will return empty resultset.The text was updated successfully, but these errors were encountered: