TJX2014 commented on code in PR #7220:
URL: https://github.com/apache/hudi/pull/7220#discussion_r1027560298
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/PriorityBasedFileSystemView.java:
##########
@@ -25,6 +25,7 @@
import org.apache.hudi.common.model.HoodieFileGroupId;
import org.apache.hudi.common.table.timeline.HoodieInstant;
import org.apache.hudi.common.table.timeline.HoodieTimeline;
+import org.apache.hudi.common.util.Functions;
import org.apache.hudi.common.util.Functions.Function0;
Review Comment:
done
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/FileSystemViewManager.java:
##########
@@ -266,22 +267,22 @@ public static FileSystemViewManager
createViewManager(final HoodieEngineContext
return new FileSystemViewManager(context, config, (metaClient,
viewConfig) -> {
RemoteHoodieTableFileSystemView remoteFileSystemView =
createRemoteFileSystemView(conf, viewConfig, metaClient);
- SyncableFileSystemView secondaryView;
+ Functions.Function0<SyncableFileSystemView> secondaryViewFunc;
Review Comment:
done
--
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]