m719030572 commented on issue #30701:
URL: https://github.com/apache/doris/issues/30701#issuecomment-1925563276

   if you execute sql:
   `explain analyzed plan select  distinct o_orderdate from orders`
   this distinct will be convert to agg,however, if there is a window function 
in the project, this conversion will not occur, only the property distinct = 
true will be set in the project, and this familiarity will be lost after 
cascade optimize


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

Reply via email to