phisn opened a new issue, #14317: URL: https://github.com/apache/datafusion/issues/14317
### Is your feature request related to a problem or challenge? Currently when applying custom `LogicalPlan`s (extensions or transformation functions) on `DataFrame`s I need to convert `DataFrame` to a `LogicalPlan` and then back to a `DataFrame` making cumbersome code. ### Describe the solution you'd like It would be very helpful to have a `.map` function which transforms the `LogicalPlan` inside `DataFrame`s without reconstructing it. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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.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