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-16129 [CORE] [SQL] Eliminate direct use of commons-lang classes in favor of commons-lang3 #13843

Closed
wants to merge 1 commit into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Jun 22, 2016

What changes were proposed in this pull request?

Replace use of commons-lang in favor of commons-lang3 and forbid the former via scalastyle; remove NotImplementedException from comons-lang in favor of JDK UnsupportedOperationException

How was this patch tested?

Jenkins tests

@SparkQA
Copy link

SparkQA commented Jun 22, 2016

Test build #61031 has finished for PR 13843 at commit 5863ac4.

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

…former via scalastyle; remove NotImplementedException from comons-lang in favor of JDK UnsupportedOperationException
@SparkQA
Copy link

SparkQA commented Jun 24, 2016

Test build #61160 has finished for PR 13843 at commit c72eca7.

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

asfgit pushed a commit that referenced this pull request Jun 24, 2016
… in favor of commons-lang3

## What changes were proposed in this pull request?

Replace use of `commons-lang` in favor of `commons-lang3` and forbid the former via scalastyle; remove `NotImplementedException` from `comons-lang` in favor of JDK `UnsupportedOperationException`

## How was this patch tested?

Jenkins tests

Author: Sean Owen <sowen@cloudera.com>

Closes #13843 from srowen/SPARK-16129.

(cherry picked from commit 158af16)
Signed-off-by: Sean Owen <sowen@cloudera.com>
@srowen srowen closed this Jun 24, 2016
@srowen srowen deleted the SPARK-16129 branch June 24, 2016 09:36
asfgit pushed a commit that referenced this pull request Jun 24, 2016
… in favor of commons-lang3

## What changes were proposed in this pull request?

Replace use of `commons-lang` in favor of `commons-lang3` and forbid the former via scalastyle; remove `NotImplementedException` from `comons-lang` in favor of JDK `UnsupportedOperationException`

## How was this patch tested?

Jenkins tests

Author: Sean Owen <sowen@cloudera.com>

Closes #13843 from srowen/SPARK-16129.
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