nextdreamblue commented on issue #16534: URL: https://github.com/apache/doris/issues/16534#issuecomment-1427502287
pr:#16556,just fix some bug about count(),if select like this: ``` select max(user_id) from( select max(user_id), 100 as user_id FROM A )t; ``` will get wrong resout. -- 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: commits-unsubscr...@doris.apache.org 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