Skip to content

feat: roundtrip FixedSizeList Scalar to protobuf #8226

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed

Conversation

wjones127
Copy link
Member

Which issue does this PR close?

Closes #8224.

Rationale for this change

This scalar type was missing from the protobuf serialization. Adding it for completeness.

What changes are included in this PR?

Updates protobuf to add a FixedSizeList scalar variant. I've re-used the same serialization mechanism as list, to minimize the changes needed.

Are these changes tested?

I've added a roundtrip test, which I think should be sufficient. I'm not deeply familiar with the proto module codebase, so if you have additional suggestions for tests, I am all ears.

Are there any user-facing changes?

This should be a backwards compatible change to the protobuf messages.

@wjones127
Copy link
Member Author

This is stacked on #8221. The base should automatically change when we merge that one, although I may need to rebase.

@wjones127 wjones127 marked this pull request as ready for review November 15, 2023 23:24
@wjones127 wjones127 deleted the branch apache:fsl-scalar-arrayref November 16, 2023 17:05
@wjones127 wjones127 closed this Nov 16, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant