dd-annarose commented on issue #17508: URL: https://github.com/apache/datafusion/issues/17508#issuecomment-3581188457
> Do you know why right now the name tracker is not triggering a rename if both schema names are the same? (which iiuc is what name_for_alias returns) Right now, the name tracker does! I was unclear, sorry! I meant for the suggested solution from @alamb where we use `qualified_name().1`. Then, we'd need the cast to have the same qualified name as the column selection. I'm not sure the issue that the alias fixes? aliasing with the qualified name? As far as I could tell, casts seem to be the only edge case to address. -- 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]
