keith-turner commented on code in PR #4898: URL: https://github.com/apache/accumulo/pull/4898#discussion_r1920433127
########## core/src/main/java/org/apache/accumulo/core/data/LoadPlan.java: ########## @@ -228,4 +242,225 @@ public LoadPlan build() { } }; } + + private static final TableId FAKE_ID = TableId.of("999"); Review Comment: This was only used by a single static method. I moved it in the code to be by that method and add a comment in 720baee -- 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org