Eric5553 edited a comment on issue #27509: [SPARK-30764][SQL] Improve the readability of EXPLAIN FORMATTED style URL: https://github.com/apache/spark/pull/27509#issuecomment-586386452 Also trying to address the improvement https://github.com/apache/spark/pull/27368#discussion_r376927143 here in this PR. I tried with adding new format string function for `Expression`, but that caused too much code change and hard to resolve `AttributeReference.toString` which may recursively built by `name`. Now I'm working on just refactor the existing `toString` functions of `Alias` and `AttributeReference`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
