Uh oh!
There was an error while loading. Please reload this page.
[MINOR][BUILD] Fix about 15 misc build warnings - #25852
Conversation
SparkQA
commented
Sep 19, 2019
Test build #110995 has finished for PR 25852 at commit
|
| implicit val webDriver: WebDriver = | ||
| new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER_11, true) | ||
| new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER, true) |
There was a problem hiding this comment.
Just wondering why Internet Explorer at all. Why not BrowserVersion.getDefault()?
There was a problem hiding this comment.
#24843 (comment) is relevant, but, I imagine any modern browser would handle the jquery JS fine too. I can try just removing this specification, as it (now) defaults to Chrome (51). I think before it emulated IE 8.
SparkQA
commented
Sep 19, 2019
Test build #111006 has finished for PR 25852 at commit
|
SparkQA
commented
Sep 19, 2019
Test build #111004 has finished for PR 25852 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (Pending Jenkins).
SparkQA
commented
Sep 19, 2019
Test build #4878 has finished for PR 25852 at commit
|
dongjoon-hyun
commented
Sep 19, 2019
dongjoon-hyun
commented
Sep 19, 2019
Some of them looks relevant to |
This addresses about 15 miscellaneous warnings that appear in the current build. No functional changes, it just slightly reduces the amount of extra warning output. No. Existing tests, run manually. Closesapache#25852 from srowen/BuildWarnings. Authored-by: Sean Owen <sean.owen@databricks.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
srowen
commented
Sep 19, 2019
Sure, only a handful affected 2.4: #25857 |
What changes were proposed in this pull request?
This addresses about 15 miscellaneous warnings that appear in the current build.
Why are the changes needed?
No functional changes, it just slightly reduces the amount of extra warning output.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests, run manually.