Blizzara commented on issue #6489: URL: https://github.com/apache/datafusion/issues/6489#issuecomment-2898710590
Yea @waynexia I think this one should be fixed! The included test case almost works, the plan isn't exactly the same after the roundtrip, but effectively still the same: ``` assertion `left == right` failed left: "Projection: data.a AS alias_a, data.a\n TableScan: data projection=[a]" right: "Projection: data.a AS alias_a, data.a AS data.a__temp__0 AS a\n TableScan: data projection=[a]" ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org