dlmarion commented on code in PR #3510:
URL: https://github.com/apache/accumulo/pull/3510#discussion_r1237590827


##########
core/src/main/java/org/apache/accumulo/core/metadata/ValidationUtil.java:
##########
@@ -53,6 +53,7 @@ public static Path validate(Path path) {
 
   public static void validateRFileName(String fileName) {
     Objects.requireNonNull(fileName);
+    // TODO: In 3.0.0 validate that filename starts with FilePrefix

Review Comment:
   You should be able to implement this todo here and remove the comment. 
Something like `FilePrefix.fromPrefix(fileName.substring(0,1));`



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