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
…from kv storage (#2971)
### What changes were proposed in this pull request?
This PR fixes the namespace missing issue when entities are gotten from
kv storage.
### Why are the changes needed?
Fix: #2856
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Modified UTs.
What would you like to be improved?
The KV store does not serialize or complete the entity namespace when retrieving it. This will result in an empty namespace in
CatalogInfo
.How should we improve?
KV store complete the entity namespace
The text was updated successfully, but these errors were encountered: