jonvex commented on code in PR #11131:
URL: https://github.com/apache/hudi/pull/11131#discussion_r1594399186
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/timeline/TestWaitBasedTimeGenerator.java:
##########
@@ -75,7 +75,7 @@ public boolean tryLock(long time, TimeUnit unit) {
// Clock skew time
private final long clockSkewTime = 20L;
- private final StorageConfiguration<?> storageConf =
HadoopFSUtils.getStorageConf(new Configuration());
+ private final StorageConfiguration<?> storageConf =
HoodieStorageUtils.getNewStorageConf();
Review Comment:
getDefaultStorageConf does
```
new Configuration(false)
```
--
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]