nuno-faria commented on code in PR #17382: URL: https://github.com/apache/datafusion/pull/17382#discussion_r2321240569
########## datafusion/sql/src/unparser/plan.rs: ########## @@ -696,13 +696,6 @@ impl Unparser<'_> { join_filters.as_ref(), )?; - self.select_to_sql_recursively( - right_plan.as_ref(), - query, - select, - &mut right_relation, - )?; - Review Comment: Maybe someone more knowledgeable could provide some context to this repeated call, but since all tests still work there doesn't seem to be a problem. -- 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