yihua commented on code in PR #11208:
URL: https://github.com/apache/hudi/pull/11208#discussion_r1599330264
##########
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:
OK. We take this on separately.
--
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]