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

[Bug report] Doc: catalog "in-use" property should be "inUse" #5308

Closed
danhuawang opened this issue Oct 28, 2024 · 0 comments · Fixed by #5310
Closed

[Bug report] Doc: catalog "in-use" property should be "inUse" #5308

danhuawang opened this issue Oct 28, 2024 · 0 comments · Fixed by #5310
Assignees
Labels
0.7.0 Release v0.7.0 bug Something isn't working

Comments

@danhuawang
Copy link
Contributor

Version

main branch

Describe what's wrong

https://github.com/apache/gravitino/blob/main/docs/manage-relational-metadata-using-gravitino.md#enable-a-catalog

image

Error message and/or stacktrace

N/A

How to reproduce

curl -X PATCH -H "Accept: application/vnd.gravitino.v1+json" \
-H "Content-Type: application/json" -d '{"in-use": true}' \
http://localhost:8090/api/metalakes/metalake/catalogs/catalog

Additional context

No response

@danhuawang danhuawang added the bug Something isn't working label Oct 28, 2024
@jerryshao jerryshao added this to the Gravitino 0.7.0 milestone Oct 28, 2024
@mchades mchades added the 0.7.0 Release v0.7.0 label Oct 28, 2024
github-actions bot pushed a commit that referenced this issue Oct 28, 2024
### What changes were proposed in this pull request?

fix wrong name of in-use key

### Why are the changes needed?

Fix: #5308 

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

no need
jerryshao pushed a commit that referenced this issue Oct 28, 2024
### What changes were proposed in this pull request?

fix wrong name of in-use key

### Why are the changes needed?

Fix: #5308 

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

no need

Co-authored-by: mchades <liminghuang@datastrato.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.7.0 Release v0.7.0 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants