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

indexer: make all fields nullable #69

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

fracek
Copy link
Contributor

@fracek fracek commented Feb 23, 2024

Summary
The underlying stream data is made of protobuf-encoded messages.
When converting to JSON, all fields that have default value (empty
for repeated fields and 0 for integers) are not serialized.
Until we fix that issue, users should handle these edge cases.

**Summary**
The underlying stream data is made of protobuf-encoded messages.
When converting to JSON, all fields that have default value (empty
for repeated fields and 0 for integers) are not serialized.
Until we fix that issue, users should handle these edge cases.
Copy link
Contributor Author

fracek commented Feb 23, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@fracek fracek merged commit c62d304 into main Feb 23, 2024
2 checks passed
@github-actions github-actions bot mentioned this pull request Feb 23, 2024
@fracek fracek deleted the 02-23-indexer_make_all_fields_nullable branch February 23, 2024 19:43
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.

1 participant