Uh oh!
There was an error while loading. Please reload this page.
Cleanup on Connection, ConnectionManagerId, ConnectionManager classes part 2 - #1157
Cleanup on Connection, ConnectionManagerId, ConnectionManager classes part 2#1157hsaputra wants to merge 2 commits into
Conversation
…s working at the code there to help IDE: 1. Remove unused imports 2. Remove parentheses in method calls that do not have side affect. 3. Add parentheses in method calls that do have side effect. 4. Change if-else check (via isInstanceOf) for Connection class type with Scala expression for consitency and cleanliness. 5. Remove semicolon 6. Remove extra spaces.
AmplabJenkins
commented
Jun 20, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 20, 2014
Merged build started. |
AmplabJenkins
commented
Jun 20, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 20, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15961/ |
rxin
commented
Jun 23, 2014
Jenkins, retest this please. |
rxin
commented
Jun 23, 2014
The changes LGTM. |
AmplabJenkins
commented
Jun 23, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 23, 2014
Merged build started. |
AmplabJenkins
commented
Jun 23, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 23, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16020/ |
hsaputra
commented
Jun 23, 2014
Just push changes to fix Scalastyle checks for over 100 char in a line. |
AmplabJenkins
commented
Jun 23, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 23, 2014
Merged build started. |
AmplabJenkins
commented
Jun 23, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 23, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16038/ |
rxin
commented
Jun 23, 2014
Jenkins, retest this please. |
AmplabJenkins
commented
Jun 23, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 23, 2014
Merged build started. |
AmplabJenkins
commented
Jun 23, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 23, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16039/ |
hsaputra
commented
Jun 23, 2014
Somehow the build is timed out, maybe running out resource to execute tests? =( |
rxin
commented
Jun 23, 2014
Jenkins, retest this please. |
AmplabJenkins
commented
Jun 23, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 23, 2014
Merged build started. |
AmplabJenkins
commented
Jun 24, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 24, 2014
All automated tests passed. |
rxin
commented
Jun 24, 2014
Ok I'm merging this in master. Thanks! |
hsaputra
commented
Jun 24, 2014
Thanks @rxin ! =) |
… part 2 Cleanup on Connection, ConnectionManagerId, and ConnectionManager classes part 2 while I was working at the code there to help IDE: 1. Remove unused imports 2. Remove parentheses in method calls that do not have side affect. 3. Add parentheses in method calls that do have side effect or not simple get to object properties. 4. Change if-else check (via isInstanceOf) for Connection class type with Scala expression for consistency and cleanliness. 5. Remove semicolon 6. Remove extra spaces. 7. Remove redundant return for consistency Author: Henry Saputra <henry.saputra@gmail.com> Closesapache#1157 from hsaputra/cleanup_connection_classes_part2 and squashes the following commits: 4be6906 [Henry Saputra] Fix Spark Scala style for line over 100 chars. 85b24f7 [Henry Saputra] Cleanup on Connection and ConnectionManager classes part 2 while I was working at the code there to help IDE: 1. Remove unused imports 2. Remove parentheses in method calls that do not have side affect. 3. Add parentheses in method calls that do have side effect. 4. Change if-else check (via isInstanceOf) for Connection class type with Scala expression for consitency and cleanliness. 5. Remove semicolon 6. Remove extra spaces.
… part 2 Cleanup on Connection, ConnectionManagerId, and ConnectionManager classes part 2 while I was working at the code there to help IDE: 1. Remove unused imports 2. Remove parentheses in method calls that do not have side affect. 3. Add parentheses in method calls that do have side effect or not simple get to object properties. 4. Change if-else check (via isInstanceOf) for Connection class type with Scala expression for consistency and cleanliness. 5. Remove semicolon 6. Remove extra spaces. 7. Remove redundant return for consistency Author: Henry Saputra <henry.saputra@gmail.com> Closesapache#1157 from hsaputra/cleanup_connection_classes_part2 and squashes the following commits: 4be6906 [Henry Saputra] Fix Spark Scala style for line over 100 chars. 85b24f7 [Henry Saputra] Cleanup on Connection and ConnectionManager classes part 2 while I was working at the code there to help IDE: 1. Remove unused imports 2. Remove parentheses in method calls that do not have side affect. 3. Add parentheses in method calls that do have side effect. 4. Change if-else check (via isInstanceOf) for Connection class type with Scala expression for consitency and cleanliness. 5. Remove semicolon 6. Remove extra spaces.
#1157) * Update AdaptiveBloomFilterJoin.scala * Update AdaptiveBloomFilterJoin.scala
…ocumentation of build workflow MapR [DFDEVOPS-3022] Add an option to easily modify build images per component (apache#1153) MapR [SPARK-1225] Invoke deploy during first build MapR [SPARK-1237] "No such file or directory" when installing Spark 3.3.3 packages (apache#1157) Update Jenkinsfile top use main branch with shared-library MapR [SPARK-1225] Move dist dir to devops/dist Co-authored-by: Anatoliy Shevchuk <73828434+ashevchuk123@users.noreply.github.com>
Cleanup on Connection, ConnectionManagerId, and ConnectionManager classes part 2 while I was working at the code there to help IDE: