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-1629. Addendum: Depend on commons lang3 (already used by tachyon) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala #635

Closed
wants to merge 1 commit into from

Conversation

srowen
Copy link
Member

@srowen srowen commented May 4, 2014

For consideration. This was proposed in related discussion: #569

…lSuite, and return to use lang3 utility in Utils.scala
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14648/

def isWindows = {
Option(System.getProperty("os.name")).exists(_.startsWith("Windows"))
}
def isWindows = SystemUtils.IS_OS_WINDOWS;
Copy link
Contributor

Choose a reason for hiding this comment

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

extra semi-colon?

@srowen
Copy link
Member Author

srowen commented May 4, 2014

Java habits die hard, yes. Will remove tomorrow AM my time and see if there are other comments.

@pwendell
Copy link
Contributor

pwendell commented May 4, 2014

I can just fix it up on merge, this looks good to me.

asfgit pushed a commit that referenced this pull request May 5, 2014
…n) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala

For consideration. This was proposed in related discussion: #569

Author: Sean Owen <sowen@cloudera.com>

Closes #635 from srowen/SPARK-1629.2 and squashes the following commits:

a442b98 [Sean Owen] Depend on commons lang3 (already used by tachyon) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala
(cherry picked from commit f504157)

Signed-off-by: Patrick Wendell <pwendell@gmail.com>
@asfgit asfgit closed this in f504157 May 5, 2014
@srowen srowen deleted the SPARK-1629.2 branch May 6, 2014 06:42
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
…n) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala

For consideration. This was proposed in related discussion: apache#569

Author: Sean Owen <sowen@cloudera.com>

Closes apache#635 from srowen/SPARK-1629.2 and squashes the following commits:

a442b98 [Sean Owen] Depend on commons lang3 (already used by tachyon) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala
bzhaoopenstack pushed a commit to bzhaoopenstack/spark that referenced this pull request Sep 11, 2019
GOMODULE=ON causing problem in conformance tests v1.14 and v1.13,
disabled it for v1.14 and v1.13
rshkv pushed a commit to rshkv/spark that referenced this pull request Feb 27, 2020
Cherry pick adaptive query execution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants