findepi commented on code in PR #17645: URL: https://github.com/apache/datafusion/pull/17645#discussion_r2383478286
########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -1863,7 +1863,7 @@ async fn with_column_renamed_join() -> Result<()> { assert_snapshot!( df_renamed.logical_plan(), @r" - Projection: t1.c1 AS AAA, t1.c2, t1.c3, t2.c1, t2.c2, t2.c3 + Projection: t1.c1 AS t1.AAA, t1.c2, t1.c3, t2.c1, t2.c2, t2.c3 Review Comment: I honestly have no idea where `t1.` comes from, and what should be here. -- 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