Skip to content

Commit 7001425

Browse files
committed
fix test fail
1 parent c851031 commit 7001425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/tests/it/storages/fuse/operations/table_statistics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async fn test_table_modify_column_ndv_statistics() -> Result<()> {
4343

4444
let num_inserts = 3;
4545
append_rows(ctx.clone(), num_inserts).await?;
46-
let statistics_sql = "optimize table default.t statistic";
46+
let statistics_sql = "analyze table default.t";
4747
execute_command(ctx.clone(), statistics_sql).await?;
4848

4949
let table = catalog

0 commit comments

Comments
 (0)