nsivabalan commented on code in PR #12110:
URL: https://github.com/apache/hudi/pull/12110#discussion_r1951830838
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1396,7 +1397,8 @@ public static HoodieTableFileSystemView
getFileSystemView(HoodieTableMetaClient
metaClient.createNewInstantTime(false));
timeline = factory.createDefaultTimeline(Stream.of(instant),
metaClient.getActiveTimeline()::getInstantDetails);
}
- return new HoodieTableFileSystemView(metaClient, timeline);
+ HoodieEngineContext engineContext = new
HoodieLocalEngineContext(metaClient.getStorageConf());
Review Comment:
if you were to address my test ask below, might as well do it in the same
commit.
--
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]