phillipleblanc commented on issue #13822: URL: https://github.com/apache/datafusion/issues/13822#issuecomment-2551563666
> `SELECT * FROM one.two.three.four.five` can also be resolved as: `catalog`: None `schema`: one.two.three.four `table`: five > > Not sure if they can be distinguished. Correct, my proposal was to basically establish a convention on how to distinguish them. Currently it returns an error, so adding this as a convention seemed relatively harmless. However, I think the column resolution shoots this down as a general purpose feature. I still want to be able to customize the `object name` -> `table reference` resolution to implement this, but I might need to just keep that in my fork. -- 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