gruuya commented on PR #20819: URL: https://github.com/apache/datafusion/pull/20819#issuecomment-4090132893
> EDIT: in fact even the above wouldn't be sufficient, as there's additional validation in Projection::try_new right after validate_unique_names, so in effect some sort of query re-writing seems inevitable to fix this. So I've got an alternative fix here https://github.com/apache/datafusion/pull/21052. We still perform the re-write there, so we don't actually skip the check(s), but the benefit there is that the (qualified) wildcards are expanded and we can treat those as well. -- 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]
