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/03 00:10:06 UTC

[GitHub] [arrow-datafusion] avantgardnerio opened a new issue, #5834: Carry primary key information from AST to LogicalPlan

avantgardnerio opened a new issue, #5834:
URL: https://github.com/apache/arrow-datafusion/issues/5834

   ### Is your feature request related to a problem or challenge?
   
   As a developer building a database atop DataFusion, it is helpful to have information such as primary keys in `create table` statements carry through into the LogicalPlan, so that implementors can take appropriate action.
   
   ### Describe the solution you'd like
   
   Add PK info to `LogicalPlan::CreateMemoryTable`
   
   ### Describe alternatives you've considered
   
   Something like what DataFusion does with `LogicalPlan::CreateExternalTable`, but somehow make it not part of the `LogicalPlan` enum.
   
   ### 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 #5834: Carry primary key information from AST to LogicalPlan

Posted by "avantgardnerio (via GitHub)" <gi...@apache.org>.
avantgardnerio closed issue #5834: Carry primary key information from AST to LogicalPlan
URL: https://github.com/apache/arrow-datafusion/issues/5834


-- 
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