You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…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
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
The text was updated successfully, but these errors were encountered: