Skip to content

Commit

Permalink
fix npe
Browse files Browse the repository at this point in the history
Signed-off-by: Murphy <[email protected]>
  • Loading branch information
murphyatwork committed Dec 16, 2024
1 parent fb7ddea commit dc37473
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public static TAnalyzeStatusRes query(TAnalyzeStatusReq req) {
continue;
}
} catch (MetaNotFoundException ignored) {
continue;
}

String columnStr = "ALL";
Expand Down

0 comments on commit dc37473

Please sign in to comment.