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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org