milleruntime commented on code in PR #2969:
URL: https://github.com/apache/accumulo/pull/2969#discussion_r981528258


##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMetadata.java:
##########
@@ -399,6 +401,9 @@ public static <E extends Entry<Key,Value>> TabletMetadata 
convertRow(Iterator<E>
           extCompBuilder.put(ExternalCompactionId.of(qual),
               ExternalCompactionMetadata.fromJson(val));
           break;
+        case ChoppedColumnFamily.STR_NAME:
+          te.chopped = true;

Review Comment:
   I am guessing you are saying to have a getter and setter, so we can check 
the fetched list.



-- 
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]

Reply via email to