github-actions[bot] commented on code in PR #31250:
URL: https://github.com/apache/doris/pull/31250#discussion_r1502216772
##########
be/src/runtime/runtime_predicate.cpp:
##########
@@ -26,65 +26,58 @@
#include "olap/column_predicate.h"
#include "olap/predicate_creator.h"
-namespace doris {
+namespace doris::vectorized {
-namespace vectorized {
-
-Status RuntimePredicate::init(const PrimitiveType type, const bool
nulls_first) {
+Status RuntimePredicate::init(PrimitiveType type, bool nulls_first, bool
is_asc,
Review Comment:
warning: function 'init' exceeds recommended size/complexity thresholds
[readability-function-size]
```cpp
Status RuntimePredicate::init(PrimitiveType type, bool nulls_first, bool
is_asc,
^
```
<details>
<summary>Additional context</summary>
**be/src/runtime/runtime_predicate.cpp:30:** 93 lines including whitespace
and comments (threshold 80)
```cpp
Status RuntimePredicate::init(PrimitiveType type, bool nulls_first, bool
is_asc,
^
```
</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]