-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: When Replacing column mask, old
name->id->value
should be comp…
…letely deleted (#16328) * fix: When Replacing column mask, old `name->id->value` should be completely deleted Before this commit, only the `name->id` is removed when replacing column mask, this would cause column mask records leaked as a junk in meta-service. Other changes: simplify data mask and background job API implementation with KVPbApi routines. * refactor: simplify data-mask get/drop arg and return value
- Loading branch information
1 parent
41cf22e
commit af5fe4c
Showing
14 changed files
with
300 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.