pitrou commented on pull request #10204:
URL: https://github.com/apache/arrow/pull/10204#issuecomment-834490550


   > I think we can defer support for multiple consumers for the moment, I'm 
refactoring to singular output nodes
   
   Hmm, I'm not convinced about this. Say you have a RecordBatchReader with 
several columns of interest. You want each column to feed a separate execution 
node (say, one different scalar function per column). How do you do that if you 
can only have singular output nodes? Implement a "supernode" that applies 
multiple scalar functions to multiple columns?


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

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


Reply via email to