yongjinhou commented on code in PR #24229:
URL: https://github.com/apache/doris/pull/24229#discussion_r1331152374
##########
gensrc/thrift/MasterService.thrift:
##########
@@ -76,7 +76,7 @@ struct TDisk {
1: required string root_path
2: required Types.TSize disk_total_capacity
// local used capacity
- 3: required Types.TSize data_used_capacity
+ 3: optional Types.TSize data_used_capacity
Review Comment:
Set it to required
--
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]