pepijnve commented on PR #18329: URL: https://github.com/apache/datafusion/pull/18329#issuecomment-3457687645
@rluvaton I've added some SLTs which cover what you asked for - duplicate columns: I don't think you can actually have columns with duplicate names. Those need to be aliased. The names don't really play a role at this point anymore either. - columns with different name but same index: I've covered that in the SLT - and so on: not sure what else you have in mind. I would hope the sqlite test set covers all kinds of other crazy stuff -- 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]
