jonahgao commented on PR #11897:
URL: https://github.com/apache/datafusion/pull/11897#issuecomment-2283207181

   > So it seems a solution might be to refine the conditions under which 
filters can be pushed below grouping (perhaps we shouldn't push filters below 
grouping when there are no column references in the filter 🤔 )
   
   I think this solution is reasonable. Constant expressions can be regarded as 
independent of each other, that is, they are false column references. 
   
   @Lordworms Perhaps you can try to fix it like 
[this](https://github.com/jonahgao/datafusion/commit/581c4e027ae793a5b8ad7fde5df728e7cddb4e30).
 I haven't verified it carefully yet.


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