Skip to content

Commit

Permalink
throw
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue committed Jul 11, 2024
1 parent 5367f7e commit ffb9551
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2491,6 +2491,9 @@ private boolean createOlapTable(Database db, CreateTableStmt stmt) throws UserEx
if (info != null) {
storageVaultName = info.first;
storageVaultId = info.second;
} else {
throw new DdlException("No Default Storage Vault. You can use show storage vault stmt to"
+ "get full vaults, and set one as default storage vault");
}
}

Expand Down

0 comments on commit ffb9551

Please sign in to comment.