Skip to content

Conversation

@srowen
Copy link
Member

@srowen srowen commented Sep 19, 2019

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.

@srowen srowen self-assigned this Sep 19, 2019
@SparkQA
Copy link

SparkQA commented Sep 19, 2019

Test build #110995 has finished for PR 25852 at commit d883d25.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.


implicit val webDriver: WebDriver =
new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER_11, true)
new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER, true)
Copy link
Member

@MaxGekk MaxGekk Sep 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wondering why Internet Explorer at all. Why not BrowserVersion.getDefault()?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#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
Copy link

SparkQA commented Sep 19, 2019

Test build #111006 has finished for PR 25852 at commit d626bbd.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 19, 2019

Test build #111004 has finished for PR 25852 at commit 0c15bd2.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM (Pending Jenkins).

@SparkQA
Copy link

SparkQA commented Sep 19, 2019

Test build #4878 has finished for PR 25852 at commit d626bbd.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member

Merged to master. Thank you, @srowen and @MaxGekk .

@dongjoon-hyun
Copy link
Member

Some of them looks relevant to branch-2.4, too.
Could you make a backporting PR please, @srowen ?

srowen added a commit to srowen/spark that referenced this pull request Sep 19, 2019
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.

Closes apache#25852 from srowen/BuildWarnings.

Authored-by: Sean Owen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@srowen
Copy link
Member Author

srowen commented Sep 19, 2019

Sure, only a handful affected 2.4: #25857

dongjoon-hyun pushed a commit that referenced this pull request Sep 20, 2019
This addresses 4 miscellaneous warnings that appear in the current build.

Back-port of some of #25852

Closes #25857 from srowen/BuildWarnings2.4.

Authored-by: Sean Owen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
@srowen srowen deleted the BuildWarnings branch September 27, 2019 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants