maxburke commented on a change in pull request #1455:
URL: https://github.com/apache/arrow-datafusion/pull/1455#discussion_r771836504
##########
File path: datafusion/src/logical_plan/expr.rs
##########
@@ -974,7 +974,7 @@ impl std::fmt::Display for Expr {
ref left,
ref right,
ref op,
- } => write!(f, "{} {} {}", left, op, right),
+ } => write!(f, "{:?} {} {:?}", left, op, right),
Review comment:
Ah, this was part of my own debugging when trying to sort out why my
queries were failing. I'll remove.
--
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]