jonvex commented on code in PR #11131:
URL: https://github.com/apache/hudi/pull/11131#discussion_r1594589135
##########
hudi-hadoop-common/src/main/java/org/apache/hudi/storage/hadoop/HoodieHadoopStorage.java:
##########
@@ -213,6 +267,16 @@ public Configuration unwrapConf() {
return fs.getConf();
}
+ @Override
+ public StorageConfiguration<?> buildInlineConf(StorageConfiguration<?>
storageConf) {
+ return HadoopInLineFSUtils.buildInlineConf(storageConf);
+ }
+
+ @Override
+ public StoragePath getInlineFilePath(StoragePath outerPath, String
origScheme, long inLineStartOffset, long inLineLength) {
+ return HadoopInLineFSUtils.getInlineFilePath(outerPath, origScheme,
inLineStartOffset, inLineLength);
+ }
Review Comment:
move this to hoodie-common
--
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]