ncclementi commented on issue #12363: URL: https://github.com/apache/datafusion/issues/12363#issuecomment-2346797973
> would say CREATE TABLE is alias in this case for CREATE TEMPORARY TABLE. I'm not really sure something needs to be fixed here @comphead But in this case shouldn't show up in the information schema with `type=LOCAL_TEMPORARY` instead of `BASE_TABLE`. ? I think it's confusing for the user (it was to me) that `CREATE TABLE` and `CREATE TEMPORARY TABLE` lead silently to the same result. -- 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]
