HappenLee commented on code in PR #60897:
URL: https://github.com/apache/doris/pull/60897#discussion_r2928856607
##########
be/src/exec/scan/file_scanner.cpp:
##########
@@ -162,6 +162,9 @@ Status FileScanner::init(RuntimeState* state, const
VExprContextSPtrs& conjuncts
ADD_COUNTER_WITH_LEVEL(_local_state->scanner_profile(),
"RuntimeFilterPartitionPrunedRangeNum",
TUnit::UNIT, 1);
+ _condition_cache_hit_counter =
ADD_COUNTER_WITH_LEVEL(_local_state->scanner_profile(),
+
"ConditionCacheFileHit", TUnit::UNIT, 1);
Review Comment:
should we union the counter of olap scanner and file scanner?
--
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]