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

[GitHub] [arrow-datafusion] fsdvh opened a new pull request, #6777: Properly extract expression from grouping sets for projection

fsdvh opened a new pull request, #6777:
URL: https://github.com/apache/arrow-datafusion/pull/6777

   # Which issue does this PR close?
   
   Grouping Set was represented as a plain string instead of distinct columns in the projection
   
   # Rationale for this change
   
   To fix issues related to grouping set projection
   
   # What changes are included in this PR?
   
   New function for that + test on top of it
   
   # Are these changes tested?
   
   Yes
   
   # Are there any user-facing changes?
   
   No


-- 
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] Dandandan merged pull request #6777: Properly project grouping set expressions

Posted by "Dandandan (via GitHub)" <gi...@apache.org>.
Dandandan merged PR #6777:
URL: https://github.com/apache/arrow-datafusion/pull/6777


-- 
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] Dandandan commented on pull request #6777: Properly project grouping set expressions

Posted by "Dandandan (via GitHub)" <gi...@apache.org>.
Dandandan commented on PR #6777:
URL: https://github.com/apache/arrow-datafusion/pull/6777#issuecomment-1611236264

   Thank you @fsdvh 🙏 


-- 
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] fsdvh commented on pull request #6777: Properly extract expression from grouping sets for projection

Posted by "fsdvh (via GitHub)" <gi...@apache.org>.
fsdvh commented on PR #6777:
URL: https://github.com/apache/arrow-datafusion/pull/6777#issuecomment-1609340118

   Sorry for lots of commits, it was pretty tricky to debug 🙂 


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