feat(hudi-query): 增加一个查询路径大小的接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user