Skip to content

Commit 92f7ff5

Browse files
committed
fix
1 parent ebab765 commit 92f7ff5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/query/service/tests/it/storages/fuse/statistics.rs

+3
Original file line numberDiff line numberDiff 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)?;

0 commit comments

Comments
 (0)