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

[Improvement] KvEntity does not support different entity type with the same name under the same namespace #2697

Closed
yuqi1129 opened this issue Mar 27, 2024 · 0 comments · Fixed by #2700
Assignees
Labels
improvement Improvements on everything

Comments

@yuqi1129
Copy link
Contributor

What would you like to be improved?

Currently, it's a problem to store a fileset and a table that share the same name under a schema as they share the same id(id-name mapping). Modifying anyone will affect the others such as renaming and dropping, we need to solve the problem.

How should we improve?

No response

@yuqi1129 yuqi1129 added the improvement Improvements on everything label Mar 27, 2024
@yuqi1129 yuqi1129 self-assigned this Mar 27, 2024
@jerryshao jerryshao added this to the Gravitino 0.5.0 milestone Apr 1, 2024
jerryshao pushed a commit that referenced this issue Apr 3, 2024
…e under a namespace (#2700)

### What changes were proposed in this pull request?

Support store entities with the same name under a namespace. 

### Why are the changes needed?

It's a necessary feature for Gravitino. 

Fix: #2697 

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

N/A.

### How was this patch tested?

UTs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
Projects
None yet
2 participants