We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently, tipb and kvproto have unified their protobuf generation options, and reduced bloated code by removing unused fields.
To update them, TiDB need to clean these paddings 1
tidb/pkg/kv/key.go
Lines 102 to 104 in 5129bb3
CC pingcap/kvproto#1278 CC pingcap/tipb#347
https://github.com/pingcap/kvproto/pull/1275#pullrequestreview-2431765868 ↩
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Enhancement
Recently, tipb and kvproto have unified their protobuf generation options, and reduced bloated code by removing unused fields.
To update them, TiDB need to clean these paddings 1
tidb/pkg/kv/key.go
Lines 102 to 104 in 5129bb3
CC pingcap/kvproto#1278
CC pingcap/tipb#347
Footnotes
https://github.com/pingcap/kvproto/pull/1275#pullrequestreview-2431765868 ↩
The text was updated successfully, but these errors were encountered: