Skip to content

Commit

Permalink
[exec](profile) only build expr debug string enable profile
Browse files Browse the repository at this point in the history
  • Loading branch information
HappenLee committed Dec 11, 2023
1 parent 7fba3fc commit d85498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/scan/new_olap_scan_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Status NewOlapScanNode::_init_scanners(std::list<VScannerSPtr>* scanners) {
}
SCOPED_TIMER(_scanner_init_timer);

if (!_conjuncts.empty()) {
if (!_conjuncts.empty() && VScanNode::_state->enable_profile()) {
std::string message;
for (auto& conjunct : _conjuncts) {
if (conjunct->root()) {
Expand Down

0 comments on commit d85498d

Please sign in to comment.