File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/query/service/tests/it/storages/fuse Expand file tree Collapse file tree 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
361361 0 ,
362362 block_compactor,
363363 vec ! [ ] ,
364+ vec ! [ ] ,
364365 FunctionContext :: default ( ) ,
365366 ) ;
366367 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
402403 0 ,
403404 block_compactor,
404405 operators,
406+ vec ! [ ] ,
405407 FunctionContext :: default ( ) ,
406408 ) ;
407409 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
419421 0 ,
420422 block_compactor,
421423 vec ! [ ] ,
424+ vec ! [ ] ,
422425 FunctionContext :: default ( ) ,
423426 ) ;
424427 let stats = stats_gen. gen_with_origin_stats ( & blocks, origin) ?;
You can’t perform that action at this time.
0 commit comments