yihua commented on code in PR #11071:
URL: https://github.com/apache/hudi/pull/11071#discussion_r1583392111


##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/common/table/timeline/TestHoodieArchivedTimeline.java:
##########
@@ -83,7 +84,7 @@ private void writeArchivedTimeline(int batchSize, long 
startTs) throws Exception
         
.withIndexConfig(HoodieIndexConfig.newBuilder().withIndexType(HoodieIndex.IndexType.INMEMORY).build())
         .withMarkersType("DIRECT")
         .build();
-    HoodieEngineContext engineContext = new HoodieLocalEngineContext(new 
Configuration());
+    HoodieEngineContext engineContext = new 
HoodieLocalEngineContext(HadoopFSUtils.getStorageConf(new Configuration()));

Review Comment:
   Fixed and `HoodieTestUtils.getDefaultStorageConf()` is used in all proper 
places.



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