wjones127 opened a new pull request, #8226: URL: https://github.com/apache/arrow-datafusion/pull/8226
## 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. <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
