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


##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/client/embedded/TestEmbeddedTimelineService.java:
##########
@@ -43,7 +44,7 @@ public class TestEmbeddedTimelineService extends 
HoodieCommonTestHarness {
 
   @Test
   public void embeddedTimelineServiceReused() throws Exception {
-    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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to