devinjdangelo commented on code in PR #9578:
URL: https://github.com/apache/arrow-datafusion/pull/9578#discussion_r1524020909
##########
datafusion/sql/src/unparser/expr.rs:
##########
@@ -347,7 +585,7 @@ mod tests {
let actual = format!("{}", ast);
- let expected = r#"'a' > 4"#;
+ let expected = r#"('a' > 4)"#;
Review Comment:
I'm not sure what you mean be explicit parens... is that different than
ast::Expr::Nested? I thought that Nested was how the AST represents explicit
parenthesis.
--
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]