alamb commented on code in PR #11756: URL: https://github.com/apache/datafusion/pull/11756#discussion_r1704499611
########## datafusion/sql/tests/cases/plan_to_sql.rs: ########## @@ -373,6 +373,38 @@ fn roundtrip_statement_with_dialect() -> Result<()> { parser_dialect: Box::new(GenericDialect {}), unparser_dialect: Box::new(UnparserDefaultDialect {}), }, + // Test query that has calculation in derived table with columns Review Comment: These look like improvements to me -- 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