comphead commented on issue #12363: URL: https://github.com/apache/datafusion/issues/12363#issuecomment-2346886582
we could have this documented. in fact tables created in DF are local temporary tables and as long it lives in memory. The same way we can state the CREATE TABLE might be confusing to the user as it creates a temp table instead of permanent. in DUCKDB https://duckdb.org/docs/sql/statements/create_table.html they support both syntaxes, but my feeling it is the same mechanism -- 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]
