You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/16 16:18:02 UTC

[GitHub] [spark] Eric5553 edited a comment on issue #27509: [SPARK-30764][SQL] Improve the readability of EXPLAIN FORMATTED style

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org