Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-13823][SPARK-13397][SPARK-13395] [CORE] More warnings, StandardCharset follow up #11725

Closed
wants to merge 6 commits into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Mar 15, 2016

What changes were proposed in this pull request?

Follow up to #11657

  • Also update String.getBytes("UTF-8") to use StandardCharsets.UTF_8
  • And fix one last new Coverity warning that turned up (use of unguarded wait() replaced by simpler/more robust java.util.concurrent classes in tests)
  • And while we're here cleaning up Coverity warnings, just fix about 15 more build warnings

How was this patch tested?

Jenkins tests

@SparkQA
Copy link

SparkQA commented Mar 15, 2016

Test build #53186 has finished for PR 11725 at commit 6b28bea.

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

@srowen srowen changed the title [SPARK-13823] [CORE] More warnings, StandardCharset follow up [SPARK-13823][SPARK-13397] [CORE] More warnings, StandardCharset follow up Mar 15, 2016
@srowen srowen changed the title [SPARK-13823][SPARK-13397] [CORE] More warnings, StandardCharset follow up [SPARK-13823][SPARK-13397][SPARK-13395] [CORE] More warnings, StandardCharset follow up Mar 15, 2016
@SparkQA
Copy link

SparkQA commented Mar 15, 2016

Test build #53191 has finished for PR 11725 at commit c37dfed.

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

@SparkQA
Copy link

SparkQA commented Mar 15, 2016

Test build #53193 has finished for PR 11725 at commit d7c8cc6.

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

@SparkQA
Copy link

SparkQA commented Mar 15, 2016

Test build #53202 has finished for PR 11725 at commit b01b21c.

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

@srowen
Copy link
Member Author

srowen commented Mar 16, 2016

Merged to master

@asfgit asfgit closed this in 3b461d9 Mar 16, 2016
@srowen srowen deleted the SPARK-13823.2 branch March 16, 2016 10:55
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
…Charset follow up

## What changes were proposed in this pull request?

Follow up to apache#11657

- Also update `String.getBytes("UTF-8")` to use `StandardCharsets.UTF_8`
- And fix one last new Coverity warning that turned up (use of unguarded `wait()` replaced by simpler/more robust `java.util.concurrent` classes in tests)
- And while we're here cleaning up Coverity warnings, just fix about 15 more build warnings

## How was this patch tested?

Jenkins tests

Author: Sean Owen <sowen@cloudera.com>

Closes apache#11725 from srowen/SPARK-13823.2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants