yihua commented on code in PR #11071:
URL: https://github.com/apache/hudi/pull/11071#discussion_r1583391517
##########
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:
Fixed.
--
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]