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
For privilege system and tag system, we should have entity id for every external entity to record the relationship between privileges/tags and entities. We can't use the name of entity. Otherwise, we can't satisfy the situation of renaming.
How should we improve?
If there not exists an entity in our storage, we will create it in our storage, when we load an external entity.
The text was updated successfully, but these errors were encountered:
…ies (#3623)
### What changes were proposed in this pull request?
Support to import the entities when loading entities
### Why are the changes needed?
Fix: #3607
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Add ut.
---------
Co-authored-by: Heng Qin <qqtt@123.com>
Co-authored-by: Rory <roryqi@apache.org>
Co-authored-by: Jerry Shao <jerryshao@datastrato.com>
… entities (apache#3623)
### What changes were proposed in this pull request?
Support to import the entities when loading entities
### Why are the changes needed?
Fix: apache#3607
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Add ut.
---------
Co-authored-by: Heng Qin <qqtt@123.com>
Co-authored-by: Rory <roryqi@apache.org>
Co-authored-by: Jerry Shao <jerryshao@datastrato.com>
What would you like to be improved?
For privilege system and tag system, we should have entity id for every external entity to record the relationship between privileges/tags and entities. We can't use the name of entity. Otherwise, we can't satisfy the situation of renaming.
How should we improve?
If there not exists an entity in our storage, we will create it in our storage, when we load an external entity.
The text was updated successfully, but these errors were encountered: