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

Implement StructValue proto serde without google.protobuf.Value #343

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

delta003
Copy link
Member

@delta003 delta003 commented Jun 7, 2024

Move away from google.protobuf.Value. It makes things unnecessary complicated - number is always f64, look at the previous logic for handling struct.... It seems like the Value models JSON value which is not what we need.

I considered using google.protobuf wrappers, e.g. BytesValue, Int32Value, instead of primitives but those are also for usage with JSON or with proto2 (before optional was introduced to enable optional primitive fields), so decided to use proto primitives.

Adds to proto and try from proto.

@delta003 delta003 merged commit 0e83666 into develop Jun 9, 2024
3 checks passed
@delta003 delta003 deleted the mb/vortex-scalar branch June 9, 2024 13:20
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