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/02/22 03:21:34 UTC

[GitHub] [arrow-datafusion] mingmwang opened a new issue, #5361: Support combinations of grouping set and normal group by exprs

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

   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   `SELECT c1, c2, c3, sum(c12)  FROM aggregate_test_100 GROUP BY c1,GROUPING SETS ((c2,c3),(c2))`
   
   Error: NotImplemented("Physical plan does not support logical expression GROUPING SETS ((aggregate_test_100.c2, aggregate_test_100.c3), (aggregate_test_100.c2))")
   
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem 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] alamb closed issue #5361: Support combinations of grouping set and normal group by exprs

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5361: Support combinations of grouping set and normal group by exprs
URL: https://github.com/apache/arrow-datafusion/issues/5361


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