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
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`
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