[pipelineX](profile) Add debug string if enable profile (#28262)
This commit is contained in:
@ -220,7 +220,7 @@ Status OlapScanLocalState::_init_scanners(std::list<vectorized::VScannerSPtr>* s
|
||||
}
|
||||
SCOPED_TIMER(_scanner_init_timer);
|
||||
|
||||
if (!_conjuncts.empty()) {
|
||||
if (!_conjuncts.empty() && RuntimeFilterConsumer::_state->enable_profile()) {
|
||||
std::string message;
|
||||
for (auto& conjunct : _conjuncts) {
|
||||
if (conjunct->root()) {
|
||||
|
||||
Reference in New Issue
Block a user