adriangb commented on issue #11680:
URL: https://github.com/apache/datafusion/issues/11680#issuecomment-3301254776

   The approach discussed today was that the GroupBy or HashJoin operator would 
inject an additional projection with the expression to compute the partition. 
This would then be computed all the way down into the scan potentially and be 
available for both the shuffle step and the operator itself without 
recomputing. The operator needs to then internally strip that additional column 
off before passing to its parent.


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

Reply via email to