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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to