goldmedal commented on PR #12994: URL: https://github.com/apache/datafusion/pull/12994#issuecomment-2425690345
> > If it's the first one, I think it's an issue because it isn't valid. We can file an issue for it. > > My bad, I should've clarified better. It is the first one with `MySqlDialect`. I had just used `GenericDialect` as the example, but it affects both: > > ``` > SELECT `ta`.`j1_id` FROM (SELECT `ta`.`j1_id` FROM `j1` AS `ta`) AS `derived_projection` > ``` I see. I think it's an issue but we can fix it in the follow-up PR. Let's merge this PR first. Could you help to file an issue to trace it? -- 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]
