alamb commented on issue #12463:
URL: https://github.com/apache/datafusion/issues/12463#issuecomment-2353773777

   How about adding a flag on the appropriate `DdlStatement`
   
   
https://docs.rs/datafusion/latest/datafusion/logical_expr/enum.DdlStatement.html
   
   So for example, that would mean adding a `temporary` flag to structures like 
`CreateMemoryTable`, `CreateExternalTable`, etc
   
   
https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.CreateMemoryTable.html
   
   If we wanted we could plumb that information into the memory catalog 
implementation that comes with DataFusion or we could potentially simply error 
if it appears (and let users of DataFusion define the semantics)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to