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: [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]
