metesynnada opened a new issue, #6008: URL: https://github.com/apache/arrow-datafusion/issues/6008
### Is your feature request related to a problem or challenge? INSERT INTO is currently implemented separately from the query planner, which is not an ideal approach. To improve the design and align with major database engines, we propose to add support for inserting data into LogicalPlan and PhysicalPlan. **Current Behavior:** INSERT INTO operation is handled separately from the query planner. **Desired Behavior:** INSERT INTO operation should be integrated into LogicalPlan and PhysicalPlan. **Benefits:** Aligns with the design of major database engines. Simplifies the codebase by handling all operations within the query planner. Potentially improves performance by enabling more query optimization opportunities. ### Describe the solution you'd like INSERT INTO operation should be integrated into LogicalPlan and PhysicalPlan. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
