Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/milvus-io/birdwatcher/blob/main/OWNERS)~~ [congqixia]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Since
path.Join
will remove tailing slash, the newly added kv implementation will return some other kv values when prefix need this tailing slash.Add a util function to keep this tailing slash and replace all
path.Join
in kv impl with itFix #213