File tree 1 file changed +3
-0
lines changed
src/query/service/tests/it/storages/fuse
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ async fn test_ft_cluster_stats_with_stats() -> databend_common_exception::Result
361
361
0 ,
362
362
block_compactor,
363
363
vec ! [ ] ,
364
+ vec ! [ ] ,
364
365
FunctionContext :: default ( ) ,
365
366
) ;
366
367
let stats = stats_gen. gen_with_origin_stats ( & blocks, origin. clone ( ) ) ?;
@@ -402,6 +403,7 @@ async fn test_ft_cluster_stats_with_stats() -> databend_common_exception::Result
402
403
0 ,
403
404
block_compactor,
404
405
operators,
406
+ vec ! [ ] ,
405
407
FunctionContext :: default ( ) ,
406
408
) ;
407
409
let stats = stats_gen. gen_with_origin_stats ( & blocks, origin. clone ( ) ) ?;
@@ -419,6 +421,7 @@ async fn test_ft_cluster_stats_with_stats() -> databend_common_exception::Result
419
421
0 ,
420
422
block_compactor,
421
423
vec ! [ ] ,
424
+ vec ! [ ] ,
422
425
FunctionContext :: default ( ) ,
423
426
) ;
424
427
let stats = stats_gen. gen_with_origin_stats ( & blocks, origin) ?;
You can’t perform that action at this time.
0 commit comments