erenavsarogullari edited a comment on pull request #28208:
URL: https://github.com/apache/spark/pull/28208#issuecomment-625569721


   > > @gengliangwang There is optional Http parameter: details (default: 
false). It needs to be set in order to fetch node, edge and planDescription 
details as well:
   > > http://localhost:4040/api/v1/applications//sql/0?details=true
   > 
   > I tried again and I can see them now. Thanks for pointing it out.
   > How about showing the details by default? Users might not be aware of the 
option.
   
   @gengliangwang Yes, it makes sense and set `details` Http parameter `true` 
as default by the last patch and if the end-user needs, can be disabled as 
follows:
   `../sql?details=false&planDescription=false`
   or
   `../sql/0?details=false&planDescription=false`


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



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

Reply via email to