Re: [PR] Add examples of how to convert logical plan to/from sql strings [datafusion]

2024-05-20 Thread via GitHub
alamb merged PR #10558: URL: https://github.com/apache/datafusion/pull/10558 -- 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...@datafusi

Re: [PR] Add examples of how to convert logical plan to/from sql strings [datafusion]

2024-05-17 Thread via GitHub
alamb commented on code in PR #10558: URL: https://github.com/apache/datafusion/pull/10558#discussion_r1605494227 ## datafusion-examples/examples/plan_to_sql.rs: ## @@ -77,3 +81,132 @@ fn simple_expr_to_sql_demo_escape_mysql_style() -> Result<()> { assert_eq!(sql, r#"((`a`

[PR] Add examples of how to convert logical plan to/from sql strings [datafusion]

2024-05-17 Thread via GitHub
xinlifoobar opened a new pull request, #10558: URL: https://github.com/apache/datafusion/pull/10558 ## Which issue does this PR close? Closes #10550 ## Rationale for this change ## What changes are included in this PR? ## Are these changes