JasonLi-cn commented on PR #11469: URL: https://github.com/apache/datafusion/pull/11469#issuecomment-2227811590
> I wonder why we need to specialize group by expression for unnest, does that mean we need to specialize unnest with filter by too? 🤔 - Pg supports group by `unnest` expression; - Our user needs this syntax support. So, I tried to implement it in the community version. As far as I know, pg does not currently support unnest in filter, so I'm not sure it needs to be implemented. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org