strongduanmu commented on issue #10618: URL: https://github.com/apache/shardingsphere/issues/10618#issuecomment-853774514
PR #10620 fixes the grammatical problem of the wrong order after adding the `order by` clause when the `select ... group by ... having ... statement` is rewritten, but `having` clause is not handled correctly.  We need to remove the `having` clause in the rewriting logic, and filter the having conditions after group merge. -- 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: [email protected]
