holicc commented on PR #11035: URL: https://github.com/apache/datafusion/pull/11035#issuecomment-2283207556
> > Is there any way we can improve this? > > The root cause is that we directly use the path as the table name. I guess we can add a default alias for the `TableScan` plan for displaying pretty. 🤔 Yes, I saw something like that in the code: using tmp_table as the default alias. But I'm not sure if it is the right way, because it might cause problems when resolving column names? -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org