adarshsanjeev commented on code in PR #14446:
URL: https://github.com/apache/druid/pull/14446#discussion_r1243305074
##########
processing/src/main/java/org/apache/druid/frame/util/DurableStorageUtils.java:
##########
@@ -150,4 +154,23 @@ public static String
getControllerTaskIdWithPrefixFromPath(String path)
return null;
}
}
+
+ /**
Review Comment:
Updated with examples
##########
processing/src/main/java/org/apache/druid/frame/util/DurableStorageUtils.java:
##########
@@ -138,7 +142,7 @@ public static String getOutputsFileNameForPath(
* </ul>
*/
@Nullable
- public static String getControllerTaskIdWithPrefixFromPath(String path)
+ public static String getNextDirNameWithPrefixFromPath(String path)
Review Comment:
Updated
--
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]