drewrip commented on PR #23002: URL: https://github.com/apache/datafusion/pull/23002#issuecomment-4772576496
@goutamadwant @kosiew It would be great to get this merged, but this won't fully resolve #22961 . The issue describes two different errors that appear, one when the CSE pass is enabled, and one when it is manually disabled. I tried the reproducer with this PR and it fixes the error that appears when the CSE pass is disabled. So, we can now generate correct SQL but you have to disable the CSE pass first. Since this PR is already ready to go, maybe we can solve the second part in a follow up? -- 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]
