-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
Conversation
…lSuite, and return to use lang3 utility in Utils.scala
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
def isWindows = { | ||
Option(System.getProperty("os.name")).exists(_.startsWith("Windows")) | ||
} | ||
def isWindows = SystemUtils.IS_OS_WINDOWS; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra semi-colon?
Java habits die hard, yes. Will remove tomorrow AM my time and see if there are other comments. |
I can just fix it up on merge, this looks good to me. |
…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 <[email protected]> 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 <[email protected]>
…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 <[email protected]> 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
GOMODULE=ON causing problem in conformance tests v1.14 and v1.13, disabled it for v1.14 and v1.13
Cherry pick adaptive query execution
For consideration. This was proposed in related discussion: #569