alamb commented on issue #8777: URL: https://github.com/apache/datafusion/issues/8777#issuecomment-5246381944
Thank you @nathanb9 and @milindsrivastava1997 ; I am not sure we need to change the datafusion core for this one -- the initial thing I think we should do is shoot to add an example to the datafusion showing how downstream projects can implement this pattern https://github.com/apache/datafusion/tree/main/datafusion-examples The idea would be to cook up an example of wanting to share the output of a dataframe with multiple other data frames, but not wanting to materialize the intermediate result as a table And then we could illustrate how to use the datafusion extension APIs to implement this sharing node -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
