kaka11chen commented on code in PR #60897:
URL: https://github.com/apache/doris/pull/60897#discussion_r2915672905
##########
be/src/exec/scan/file_scanner.cpp:
##########
@@ -162,6 +165,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(),
Review Comment:
Consider adding more condition cache profile counters for observability.
--
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]