HyukjinKwon opened a new pull request #35973:
URL: https://github.com/apache/spark/pull/35973


   ### What changes were proposed in this pull request?
   
   This PR proposes to rename, in SQL UI page,
   
   - `SQL` -> `SQL & DataFrame`
   - `Query` -> `Execution`
   
   ### Why are the changes needed?
   
   - DataFrame executions are also included in this page.
   - Spark ML users will run DataFrame-based MLlib API, but they will have to 
check the "SQL" tab.
   - Pandas API on Spark arguably has no link to SQL itself conceptually. It 
makes less sense to users of pandas API.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. After this change, the rename proposed above will be applied as below:
   
   ![Screen Shot 2022-03-25 at 7 19 46 
PM](https://user-images.githubusercontent.com/6477701/160103042-df89160c-574d-4662-a701-00b878bbd487.png)
   
   ![Screen Shot 2022-03-25 at 7 19 51 
PM](https://user-images.githubusercontent.com/6477701/160103048-cff12322-0a94-4bc0-99e3-7d2829f878c1.png)
   
   ### How was this patch tested?
   Manually tested as above.
   
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to