Uh oh!
There was an error while loading. Please reload this page.
[SPARK-29453][WEBUI] Improve tooltips information for SQL tab. - #26641
[SPARK-29453][WEBUI] Improve tooltips information for SQL tab.#2664107ARB wants to merge 1 commit into
Conversation
07ARB
commented
Nov 22, 2019
07ARB
commented
Nov 27, 2019
@srowen , if this PR is ok , then please merge it to master. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Nov 28, 2019
Test build #4944 has finished for PR 26641 at commit
|
SparkQA
commented
Nov 28, 2019
Test build #4948 has finished for PR 26641 at commit
|
07ARB
commented
Nov 28, 2019
@srowen , Thank you , for your good guidance, your guidance will motivate me to contribute more in spark community. |
07ARB
commented
Nov 29, 2019
I checked failure test cases not related to this PR |
SparkQA
commented
Nov 30, 2019
Test build #4953 has finished for PR 26641 at commit
|
SparkQA
commented
Nov 30, 2019
Test build #4954 has finished for PR 26641 at commit
|
SparkQA
commented
Dec 2, 2019
Test build #4956 has finished for PR 26641 at commit
|
SparkQA
commented
Dec 3, 2019
Test build #4959 has finished for PR 26641 at commit
|
srowen
commented
Dec 3, 2019
Hm, I really can't figure out why those tests are failing. It looks clearly unrelated, but consistent. And I don't see the failure in other PR builds that seem to touch sql/core. |
07ARB
commented
Dec 3, 2019
@srowen ,No problem i will check why it's failing. |
HyukjinKwon
commented
Dec 4, 2019
retest this please |
SparkQA
commented
Dec 4, 2019
Test build #114810 has finished for PR 26641 at commit
|
07ARB
commented
Dec 4, 2019
@HyukjinKwon , Thank you |
07ARB
commented
Dec 4, 2019
@srowen , all test passed , i think now it's ok |
srowen
commented
Dec 4, 2019
Merged to master |
### What changes were proposed in this pull request? Adding tooltip to SQL tab for better usability. ### Why are the changes needed? There are a few common points of confusion in the UI that could be clarified with tooltips. We should add tooltips to explain. ### Does this PR introduce any user-facing change? yes.  ### How was this patch tested? Manual test. Closesapache#26641 from 07ARB/SPARK-29453. Authored-by: 07ARB <ankitrajboudh@gmail.com> Signed-off-by: Sean Owen <sean.owen@databricks.com>
What changes were proposed in this pull request?
Adding tooltip to SQL tab for better usability.
Why are the changes needed?
There are a few common points of confusion in the UI that could be clarified with tooltips. We
should add tooltips to explain.
Does this PR introduce any user-facing change?
yes.

How was this patch tested?
Manual test.