Skip to content

THRIFT-5865: Fix TBinayProtocol with list<UUID>#3136

Closed
CJCombrink wants to merge 2 commits intoapache:masterfrom
CJCombrink:bugfix/THRIFT-5865_fix_uuid_list
Closed

THRIFT-5865: Fix TBinayProtocol with list<UUID>#3136
CJCombrink wants to merge 2 commits intoapache:masterfrom
CJCombrink:bugfix/THRIFT-5865_fix_uuid_list

Conversation

@CJCombrink
Copy link
Copy Markdown
Contributor

Fix support for list<uuid> and added tests to test this

  • Did you create an Apache Jira ticket? THRIFT-5865
  • If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
  • Did you squash your changes to a single commit? (not required, but preferred)
  • Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
  • If your change does not involve any code, include [skip ci] anywhere in the commit message to free up build resources.

…alizedSize()

- Fixes the issue with using a list of uuids in C++
- The T_UUID will always be 16 bytes long
@Jens-G Jens-G added the c++ label May 16, 2025
@Jens-G Jens-G closed this in 4035ecc May 16, 2025
Jens-G pushed a commit that referenced this pull request May 16, 2025
Client: cpp
Patch: Carel Combrink

This closes #3136
@CJCombrink CJCombrink deleted the bugfix/THRIFT-5865_fix_uuid_list branch November 6, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants