github-actions[bot] commented on code in PR #38672:
URL: https://github.com/apache/doris/pull/38672#discussion_r1699632063
##########
be/src/olap/rowset/beta_rowset.cpp:
##########
@@ -702,4 +703,131 @@ Status BetaRowset::calc_local_file_crc(uint32_t*
crc_value, int64_t* file_count)
return Status::OK();
}
+Status BetaRowset::show_nested_index_file(rapidjson::Value* rowset_value,
Review Comment:
warning: function 'show_nested_index_file' exceeds recommended
size/complexity thresholds [readability-function-size]
```cpp
Status BetaRowset::show_nested_index_file(rapidjson::Value* rowset_value,
^
```
<details>
<summary>Additional context</summary>
**be/src/olap/rowset/beta_rowset.cpp:705:** 124 lines including whitespace
and comments (threshold 80)
```cpp
Status BetaRowset::show_nested_index_file(rapidjson::Value* rowset_value,
^
```
</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]