You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/28 12:06:23 UTC

[GitHub] [incubator-doris] zenoyang commented on a diff in pull request #9268: [fix](profile) Short-circuit and del predicate filter rows are not counted on vectorized exec

zenoyang commented on code in PR #9268:
URL: https://github.com/apache/incubator-doris/pull/9268#discussion_r860810589


##########
be/src/olap/olap_common.h:
##########
@@ -239,7 +239,7 @@ class Field;
 class WrapperField;
 using KeyRange = std::pair<WrapperField*, WrapperField*>;
 
-static const int GENERAL_DEBUG_COUNT = 4;
+static const int GENERAL_DEBUG_COUNT = 0;

Review Comment:
   `general_debug_ns` is used for debugging, by default, there is no place to call it. Therefore, `GENERAL_DEBUG_COUNT` is set to 0, reducing unnecessary overhead.
   When developers need to debug, they can change it according to their own needs.



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org