feat(hudi-query): 增加一个查询路径大小的接口

This commit is contained in:
v-zhangjc9
2024-04-29 14:41:35 +08:00
parent 0fa0a396ef
commit 5d3f0140f5
3 changed files with 15 additions and 0 deletions

View File

@@ -78,4 +78,7 @@ public interface HudiService {
@Get("/hdfs/download")
InputStream download(@Query("root") String root);
@Get("/hdfs/size")
String size(@Query("root") String root);
}