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


##########
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:
   Can we use `HoodieTestUtils.getDefaultStorageConf()` ?



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