Skip to content

Conversation

@keith-turner
Copy link
Contributor

Updates to work with changes in apache/accumulo-access#96.

The new core/clientImpl/access/BytesAccess class consildates all the code to work with the new APIs and handle byte[]->String correctly.

Updates to work with changes in apache/accumulo-access#96.

The new core/clientImpl/access/BytesAccess class consildates all the
code to work with the new APIs and handle byte[]->String correctly.
@keith-turner keith-turner added this to the 4.0.0 milestone Jan 12, 2026
@keith-turner
Copy link
Contributor Author

keith-turner commented Jan 12, 2026

These changes will not build until Accumulo Access apache/accumulo-access#96 is merged.

*
* <p>
* This mapping is done by using ISO_8859_1 to convert byte[] to String and vice versa. ISO_8859_1
* is used because it maps each unsigned integer in a byte array directly to the same unsigned
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this behavior documented somewhere?

Copy link
Contributor Author

@keith-turner keith-turner Jan 12, 2026

Choose a reason for hiding this comment

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

Not sure if it is, but I can add a unit test to verify that behavior.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added a test in b470cdb

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