github-actions[bot] commented on code in PR #43337:
URL: https://github.com/apache/doris/pull/43337#discussion_r1830500712
##########
be/src/cloud/cloud_meta_mgr.cpp:
##########
@@ -384,7 +384,8 @@ Status CloudMetaMgr::get_tablet_meta(int64_t tablet_id,
TabletMetaSharedPtr* tab
return Status::OK();
}
-Status CloudMetaMgr::sync_tablet_rowsets(CloudTablet* tablet, bool
warmup_delta_data) {
+Status CloudMetaMgr::sync_tablet_rowsets(CloudTablet* tablet, bool
warmup_delta_data,
Review Comment:
warning: function 'sync_tablet_rowsets' exceeds recommended size/complexity
thresholds [readability-function-size]
```cpp
Status CloudMetaMgr::sync_tablet_rowsets(CloudTablet* tablet, bool
warmup_delta_data,
^
```
<details>
<summary>Additional context</summary>
**be/src/cloud/cloud_meta_mgr.cpp:386:** 181 lines including whitespace and
comments (threshold 80)
```cpp
Status CloudMetaMgr::sync_tablet_rowsets(CloudTablet* tablet, bool
warmup_delta_data,
^
```
</details>
--
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]