hwwxg opened a new issue #5184: URL: https://github.com/apache/incubator-doris/issues/5184
**Is your feature request related to a problem? Please describe.** 同一个表包含聚合函数的查询时,也必须要join,但是却不是cocolate join,总是报"colocate: false, reason: Node type not match",为什么会这样,能优化吗? select count() from (select user_id from t_event where event_name = 'AppOpen' group by user_id having count() > 5) t1 where user_id in (select user_id from t_event where event_name = 'Buy' group by user_id having count() > 3) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org