hemantk-12 commented on code in PR #4823:
URL: https://github.com/apache/ozone/pull/4823#discussion_r1235995443
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java:
##########
@@ -53,6 +53,8 @@ public final class OzoneConsts {
public static final String CLUSTER_ID = "clusterID";
public static final String LAYOUTVERSION = "layOutVersion";
public static final String CTIME = "ctime";
+
+ public static final String PATH_DELIMITER = "/";
Review Comment:
Please don't create another constant. We already have
[OZONE_URI_DELIMITER](https://github.com/apache/ozone/blob/master/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java#L102)
(preferred) and
[OM_KEY_PREFIX](https://github.com/apache/ozone/blob/master/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java#L199).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]