You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mingmwang (via GitHub)" <gi...@apache.org> on 2023/03/15 04:34:56 UTC

[GitHub] [arrow-datafusion] mingmwang opened a new issue, #5608: Support filter expression in AggregateExpr

mingmwang opened a new issue, #5608:
URL: https://github.com/apache/arrow-datafusion/issues/5608

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   -->
   
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] yjshen closed issue #5608: Support filter expression in AggregateExpr(Selective Aggregates)

Posted by "yjshen (via GitHub)" <gi...@apache.org>.
yjshen closed issue #5608: Support filter expression in AggregateExpr(Selective Aggregates)
URL: https://github.com/apache/arrow-datafusion/issues/5608


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on issue #5608: Support filter expression in AggregateExpr

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5608:
URL: https://github.com/apache/arrow-datafusion/issues/5608#issuecomment-1470305167

   What is an example of such a query? Maybe is it what @poonai proposed adding in https://github.com/apache/arrow-datafusion/pull/3473 / https://github.com/apache/arrow-datafusion/issues/2214?


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on issue #5608: Support filter expression in AggregateExpr(Selective Aggregates)

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5608:
URL: https://github.com/apache/arrow-datafusion/issues/5608#issuecomment-1472147184

   I think it is a dupe of https://github.com/apache/arrow-datafusion/issues/2214


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] mingmwang commented on issue #5608: Support filter expression in AggregateExpr

Posted by "mingmwang (via GitHub)" <gi...@apache.org>.
mingmwang commented on issue #5608:
URL: https://github.com/apache/arrow-datafusion/issues/5608#issuecomment-1471534555

   I think this is coming from the ANSI SQL (Selective Aggregates).
   
   https://modern-sql.com/feature/filter
   https://popsql.com/learn-sql/postgresql/how-to-use-filter-to-have-multiple-counts-in-postgresql
   
   PostgreSQL, SparkSQL and FlinkSQL all support this usage.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org