meatballspaghetti opened a new pull request, #4779: URL: https://github.com/apache/accumulo/pull/4779
This PR is meant to add overloaded methods to `Key` class which populate existing `ArrayByteSequence` objects with respective fields row, column family, and column qualifier. The methods are modeled after `getColumnVisibilityData` which was added in #4735. The following files have been modified: - `core/src/main/java/org/apache/accumulo/core/data/Key.java`: Added overloaded `getRowData`, `getColumnFamilyData`, and `getColumnQualifierData` methods. Fixes #4749 "Add methods to Key that populate existing ArrayByteSequence" -- 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]
