json: add json_storage_free function#38544
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
1715a95 to
d51d435
Compare
|
/run-all-tests |
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
23db917 to
10992ec
Compare
executor/fktest/BUILD.bazel
Outdated
There was a problem hiding this comment.
Here are some extra changes, because someone forgot to update the bazel rules (through make bazel_prepare). I have checked with @hawkingrei and I could submit these diffs with this PR.
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
2b7e9d5 to
6f18e13
Compare
|
/run-unit-test |
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
|
@xiongjiwei @xhebox Could you help me to merge this PR? |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: e6b896b |
Signed-off-by: YangKeao yangkeao@chunibyo.icu
What problem does this PR solve?
Issue Number: close #38517
Problem Summary:
Implement
json_storage_freefunctionWhat is changed and how it works?
As TiDB doesn't support in place json partial update,
json_storage_freefunction is implemented with simply return an zero for any valid json value.Related tipb updates: pingcap/tipb#274
Check List
Tests
Documentation
Release note