the-other-tim-brown commented on code in PR #12110:
URL: https://github.com/apache/hudi/pull/12110#discussion_r1951834271


##########
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:
   Ok, you mentioned "not on your patch" so it is not clear if it should be 
included in this pull request or not



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