We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c851031 commit 7001425Copy full SHA for 7001425
src/query/service/tests/it/storages/fuse/operations/table_statistics.rs
@@ -43,7 +43,7 @@ async fn test_table_modify_column_ndv_statistics() -> Result<()> {
43
44
let num_inserts = 3;
45
append_rows(ctx.clone(), num_inserts).await?;
46
- let statistics_sql = "optimize table default.t statistic";
+ let statistics_sql = "analyze table default.t";
47
execute_command(ctx.clone(), statistics_sql).await?;
48
49
let table = catalog
0 commit comments