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

Query with GRPC should return None when results are empty #261

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jhamon
Copy link
Collaborator

@jhamon jhamon commented Dec 27, 2023

Problem

The handling of empty results is different for GRPC vs non-GRPC code paths.

Solution

Modify GRPC code path to return None instead of an empty SparseValues object to bring it into alignment with the non-GRPC code path.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Base automatically changed from spruce to main January 13, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants