keith-turner commented on code in PR #96:
URL: https://github.com/apache/accumulo-access/pull/96#discussion_r2677857696
##########
core/src/main/java/org/apache/accumulo/access/impl/CharsWrapper.java:
##########
@@ -18,46 +18,59 @@
*/
package org.apache.accumulo.access.impl;
-import static java.nio.charset.StandardCharsets.UTF_8;
-import static java.util.Objects.checkFromIndexSize;
-import static java.util.Objects.checkIndex;
-
import java.util.Arrays;
+import java.util.Objects;
-public final class BytesWrapper implements Comparable<BytesWrapper> {
-
- private byte[] data;
+public final class CharsWrapper implements CharSequence {
Review Comment:
This class is mutable, so can not be a record.
--
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]