xuzifu666 commented on issue #7516: URL: https://github.com/apache/incubator-doris/issues/7516#issuecomment-1002591455
> This pr #7494 prohibits the distinct semantics that may appear in aggregate functions. For example, `select count(distinct c1) from table1` > > But there is another situation that is distinct in the select item. For example, `select distinct c1, c2 from table` And this situation can actually be supported. It is equivalent to select c1, c2 from table group by c1, c2. Can you help us add this part of the changes in the follow-up pr? ok,i would commit follow-up pr to improve the function,thanks. -- 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