phisn commented on issue #14317: URL: https://github.com/apache/datafusion/issues/14317#issuecomment-2621740237
@timsaucer My specific use case is what @alamb described. The problem with the transform approach is that I am forced to `.logical_plan().clone` as well as create a new `DataFrame` each time, since it's about directly manipulating the `LogicalPlan`. The problem arises with applying extensions and using functions that are not always called using a `DataFrame`. -- 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