Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Replace nonpublic Accumulo ByteBufferUtil.toBytes() with new Datawave equivalent #2528

Merged
merged 9 commits into from
Sep 12, 2024

Conversation

SethSmucker
Copy link
Collaborator

@SethSmucker SethSmucker commented Aug 22, 2024

ByteBufferUtil is not part of Accumulo's public API. ByteBufferUtil.toBytes() is the only part of the class used in Datawave.

Created datawave.util.ByteBufferUtil which is similar to the Accumulo class.

Replace all references of Accumulo's ByteBufferUtil with the Datawave class.

part of #2443

avgAGB
avgAGB previously approved these changes Aug 23, 2024
@ivakegg ivakegg merged commit a5d5a6e into integration Sep 12, 2024
5 checks passed
@ivakegg ivakegg deleted the task/replace-nonpublic-tobytes branch September 12, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants