Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csun5285 committed Sep 10, 2024
1 parent 71b9758 commit f2e2ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset/segment_v2/segment_iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ Status SegmentIterator::_execute_predicates_except_leafnode_of_andnode(
} else {
return Status::InvalidArgument(
"_execute_predicates_except_leafnode_of_andnode has no result for {}",
result_sign);
pred_result_sign);
}
} else if (node_type == TExprNodeType::COMPOUND_PRED) {
auto function_name = expr->fn().name.function_name;
Expand Down

0 comments on commit f2e2ccc

Please sign in to comment.