-
Notifications
You must be signed in to change notification settings - Fork 16
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 new keyspace commands, deprecate namespace commands #1376
Comments
Note, E.G. createNamespaceCommand, createKeyspaceCommand.
|
Regarding warning msg, here is the example:
the change is, we add a command status key called warnings that is a list / json array of strings. Include the deprecation notice in that, and we can re-use this status field with API Tables to warn about missing indexes. |
@Yuqi-Du can we close this issue now since the linked PR is merged? |
As described in #1373:
Add keyspace operations to the API to parallel the namespace operations, and mark the namespace operations as deprecated.
The text was updated successfully, but these errors were encountered: