[fix](stats) Fix show auto analyze missing jobs bug (#27755)

This commit is contained in:
Jibing-Li
2023-11-29 20:33:29 +08:00
committed by GitHub
parent ce271ff382
commit ba6219c3c3
2 changed files with 14 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ public class AnalysisManager implements Writable {
a -> {
// DO NOTHING
return null;
}, null);
}, collection);
}
// Remove col stats status from TableStats if failed load some col stats after analyze corresponding column so that