You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/09/27 16:30:11 UTC

[GitHub] [accumulo] milleruntime commented on a diff in pull request #2969: Add missing chopped column to Ample

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


##########
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 don't follow your suggestion. It looks like you are just deleting the line?



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org