jayzhan211 commented on issue #11198:
URL: https://github.com/apache/datafusion/issues/11198#issuecomment-2276973536
I think we can change expr from Debug to Display together with this issue
together. This todo is added in #11797
```rust
Expr::Unnest(Unnest { expr }) => {
// TODO: use Display instead of Debug, there is non-unique expression
name in projection issue.
write!(f, "UNNEST({expr})")
}
```
--
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]