github-actions[bot] commented on code in PR #43642:
URL: https://github.com/apache/doris/pull/43642#discussion_r1836857141
##########
be/src/olap/rowset/beta_rowset.cpp:
##########
@@ -432,13 +432,97 @@ Status BetaRowset::copy_files_to(const std::string& dir,
const RowsetId& new_row
return Status::OK();
}
+Status BetaRowset::download(const StorageResource& dest_fs, const std::string&
dir) {
Review Comment:
warning: function 'download' exceeds recommended size/complexity thresholds
[readability-function-size]
```cpp
Status BetaRowset::download(const StorageResource& dest_fs, const
std::string& dir) {
^
```
<details>
<summary>Additional context</summary>
**be/src/olap/rowset/beta_rowset.cpp:434:** 83 lines including whitespace
and comments (threshold 80)
```cpp
Status BetaRowset::download(const StorageResource& dest_fs, const
std::string& dir) {
^
```
</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]