avantgardnerio opened a new issue, #5826: URL: https://github.com/apache/arrow-datafusion/issues/5826
### Is your feature request related to a problem or challenge? As a user of the DataFusion planner library, we have a database executable built on top of that which supports SQL statements like begin and end transaction. However, since DataFusion's LogicalPlan doesn't support those statements, there are some convoluted code paths trying to work around this limitation. ### Describe the solution you'd like From our perspective, it would be nice if DataFusion had robust support for turning valid SQL ASTs into valid LogicalPlans, even if DataFusion the executable doesn't support executing those plans. ### Describe alternatives you've considered An enum internal to our code that skips the logical planner and goes straight from AST to physical plan. ### 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]
