gavinchou commented on code in PR #17652:
URL: https://github.com/apache/doris/pull/17652#discussion_r1141238721
##########
gensrc/proto/olap_file.proto:
##########
@@ -298,8 +298,8 @@ message TabletMetaPB {
optional bool enable_unique_key_merge_on_write = 24 [default = false];
optional int64 storage_policy_id = 25;
optional PUniqueId cooldown_meta_id = 26;
- optional int64 local_data_size = 27;
Review Comment:
A rename may be better
e.g.
```
optional int64 DEPRECATED_local_data_size = 27;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]