You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "avantgardnerio (via GitHub)" <gi...@apache.org> on 2023/04/01 18:14:48 UTC

[GitHub] [arrow-datafusion] avantgardnerio opened a new issue, #5826: Support Transactions in LogicalPlan

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] avantgardnerio closed issue #5826: Support Transactions in LogicalPlan

Posted by "avantgardnerio (via GitHub)" <gi...@apache.org>.
avantgardnerio closed issue #5826: Support Transactions in LogicalPlan
URL: https://github.com/apache/arrow-datafusion/issues/5826


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org