BiteTheDDDDt commented on code in PR #58466:
URL: https://github.com/apache/doris/pull/58466#discussion_r2568099468
##########
be/src/olap/column_predicate.h:
##########
@@ -186,6 +187,8 @@ class ColumnPredicate {
// evaluate predicate on IColumn
// a short circuit eval way
uint16_t evaluate(const vectorized::IColumn& column, uint16_t* sel,
uint16_t size) const {
+ Defer defer([&] { try_reset_judge_selectivity(); });
Review Comment:
把update_filter_info 也挪进来吧 200行那个
--
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]