Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upgrade() to Admin API #1204

Merged
merged 5 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in comment
  • Loading branch information
Torch3333 committed Oct 19, 2023
commit 0c30f4d9524ba30c810d8a20cc46a1145a411385
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ private Set<Namespace> getNamespacesOfExistingTables() throws ExecutionException
.build());
} catch (RuntimeException e) {
throw new ExecutionException(
"failed to retrieve the namespaces names of existing tables", e);
"Failed to retrieve the namespaces names of existing tables", e);
}
lastEvaluatedKey = scanResponse.lastEvaluatedKey();

Expand Down