andygrove commented on issue #3330: URL: https://github.com/apache/arrow-datafusion/issues/3330#issuecomment-1234849005
Here are some observations after reviewing the logical plan code. - `Display` and `Debug` produce similar output. `Display` delegates to `Debug` for most cases. - `create_name` accepts a schema argument, which is never used. If we remove that, then the logic looks to be about the same as `Display` and `Debug` It seems to me that `create_name` should be used to determine the name of the expression as it would be represented in a schema, whereas `Display` would be used to create a representation of the expression to show in the logical plan. -- 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]
