We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db505a8 commit 711f7feCopy full SHA for 711f7fe
fluss-filesystems/fluss-fs-hadoop/src/test/java/com/alibaba/fluss/fs/hdfs/HdfsBehaviorTest.java
@@ -69,9 +69,7 @@ static void createHDFS(@TempDir File tmp) throws Exception {
69
@AfterAll
70
static void destroyHDFS() throws Exception {
71
if (hdfsCluster != null) {
72
- hdfsCluster
73
- .getFileSystem()
74
- .delete(new org.apache.hadoop.fs.Path(basePath.toUri()), true);
+ fs.delete(basePath, true);
75
hdfsCluster.shutdown();
76
}
77
0 commit comments