yyy1000 commented on issue #9672:
URL: 
https://github.com/apache/arrow-datafusion/issues/9672#issuecomment-2016503017

   > > But dataframe in Datafusion is of a LogicalPlan, so I think it maybe 
different and looks more like a logical one? 🤔
   > 
   > That does sound correct.
   > 
   > Or maybe the only way to implement "add_column" would be to actually 
execute the he DataFrame (aka 
https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html#method.collect)
 and then append the column's data to the resulting record batch
   > 
   > However, that API sounds somewhat specialized -- and I am not sure it make 
sense
   > 
   > So maybe this request doesn't make sense and we should close the issue 🤔
   
   Yeah, I also think maybe we can only append the column to the RecordBatch, 
and I think maybe closing this issue makes sense to me.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to