devinjdangelo opened a new pull request, #10736: URL: https://github.com/apache/datafusion/pull/10736
## Which issue does this PR close? Closes #10635 ## Rationale for this change Moving plan to sql related integration tests to a dedicated integration test mod. to ## What changes are included in this PR? - Created `datafusion/sql/tests/plan_to_sql.rs` - Moved all unparser/plan_to_sql related integration tests to new file - Created `datafusion/sql/tests/common/mod.rs` and moved common utilities there ## Are these changes tested? Just reorganizing existing tests. ## Are there any user-facing changes? No -- 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]
