jonvex commented on code in PR #11208:
URL: https://github.com/apache/hudi/pull/11208#discussion_r1599213734


##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieIOFactory.java:
##########
@@ -48,4 +48,13 @@ private static HoodieIOFactory getIOFactory(String 
ioFactoryClass) {
 
   public abstract HoodieFileWriterFactory 
getWriterFactory(HoodieRecord.HoodieRecordType recordType);
 
+  public abstract HoodieStorage getStorage(StoragePath storagePath);
+
+  public abstract HoodieStorage getStorage(StoragePath path,

Review Comment:
   Maybe we can just pass `FileSystemRetryConfig`? I am not very familiar with 
what this is



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