the-other-tim-brown commented on code in PR #13399:
URL: https://github.com/apache/hudi/pull/13399#discussion_r2136121215


##########
hudi-common/src/main/java/org/apache/hudi/common/util/MarkerUtils.java:
##########
@@ -103,6 +103,15 @@ public static boolean 
doesMarkerTypeFileExist(HoodieStorage storage, String mark
     return storage.exists(new StoragePath(markerDir, MARKER_TYPE_FILENAME));
   }
 
+  /**
+   * @param storage   {@link HoodieStorage} to use.
+   * @param markerDir marker directory.
+   * @return {@code true} if the MARKERS.type file exists; {@code false} 
otherwise.
+   */
+  public static boolean doesMarkerTypeFileExist(HoodieStorage storage, 
StoragePath markerDir) throws IOException {

Review Comment:
   Yes, updated the code



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