HappenLee commented on code in PR #30152:
URL: https://github.com/apache/doris/pull/30152#discussion_r1473941780
##########
be/src/exprs/runtime_filter.h:
##########
@@ -135,15 +135,19 @@ struct RuntimeFilterParams {
struct FilterFuncBase {
public:
void set_filter_id(int filter_id) {
+ _is_runtime_filter = true;
Review Comment:
we really need the bool ? check `(_filter_id == -1)` do the same work ?
--
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]