Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue committed Jul 11, 2024
1 parent ffb9551 commit 7b769e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,8 @@ private boolean createOlapTable(Database db, CreateTableStmt stmt) throws UserEx
}

if (storageVaultName == null || storageVaultName.isEmpty()) {
throw new DdlException("Invalid Storage Vault, please set one useful storage vault");
throw new DdlException("Invalid Storage Vault. You can use show storage vault stmt to"
+ "get full vaults, and pick one to set the table's property");
}

// Check if user has storage vault usage privilege
Expand Down

0 comments on commit 7b769e3

Please sign in to comment.