github-actions[bot] commented on code in PR #42448:
URL: https://github.com/apache/doris/pull/42448#discussion_r1815271477
##########
be/src/olap/tablet_schema.cpp:
##########
@@ -942,7 +943,8 @@ void TabletSchema::clear_columns() {
_cols.clear();
}
-void TabletSchema::init_from_pb(const TabletSchemaPB& schema, bool
ignore_extracted_columns) {
+void TabletSchema::init_from_pb(const TabletSchemaPB& schema, bool
ignore_extracted_columns,
Review Comment:
warning: function 'init_from_pb' exceeds recommended size/complexity
thresholds [readability-function-size]
```cpp
void TabletSchema::init_from_pb(const TabletSchemaPB& schema, bool
ignore_extracted_columns,
^
```
<details>
<summary>Additional context</summary>
**be/src/olap/tablet_schema.cpp:945:** 85 lines including whitespace and
comments (threshold 80)
```cpp
void TabletSchema::init_from_pb(const TabletSchemaPB& schema, bool
ignore_extracted_columns,
^
```
</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]