Skip to content

Conversation

@WZhuo
Copy link
Contributor

@WZhuo WZhuo commented Jan 8, 2026

No description provided.

@wgtmac wgtmac changed the title feat: utilities for transfrom partiton values to human strings feat: add utility to print transformed value as human string Jan 12, 2026
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
int32_t i = 0;
int32_t j = 0;
std::array<unsigned char, 3> char_array_3;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should we use uint8_t as elsewhere? Not a strong opinion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That may require extra cast when appending to the string.

@wgtmac wgtmac merged commit 0f44ce2 into apache:main Jan 12, 2026
10 checks passed
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.

3 participants