ulysses-you commented on pull request #30029:
URL: https://github.com/apache/spark/pull/30029#issuecomment-708723826


   Seems this way will introduce unexpect thing.
   
   We want to return the resolved having condition which is extra expression or 
exists in grouping expression.  Current pr implementation will break such sql
   ```
   select c1, count(*) as c2 from values(1, 2) as t(c1, c2) group by c1 having 
c1 = 1 and c2 = 1;
   ```
   
   Let me find an another way to solve it.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to