Uh oh!
There was an error while loading. Please reload this page.
[Fix #79] Replace Breakable For Loops By While Loops - #503
Conversation
AmplabJenkins
commented
Apr 23, 2014
Can one of the admins verify this patch? |
mateiz
commented
Apr 23, 2014
Jenkins, test this please |
AmplabJenkins
commented
Apr 23, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 23, 2014
Merged build started. |
AmplabJenkins
commented
Apr 23, 2014
Merged build finished. |
AmplabJenkins
commented
Apr 23, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14406/ |
techaddict
commented
Apr 24, 2014
@mateiz retest this please, I think failure is due to some other PR, as these changes have nothing to do with Streaming. |
rxin
commented
Apr 24, 2014
Jenkins, retest this please. |
There was a problem hiding this comment.
per Spark style guide, can you change this to include curly braces, e.g.
if (allLeaf) {
break =true
} else {
level +=1
}Thanks.
AmplabJenkins
commented
Apr 24, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 24, 2014
Merged build started. |
AmplabJenkins
commented
Apr 24, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 24, 2014
All automated tests passed. |
techaddict
commented
Apr 24, 2014
@rxin all suggested changes done, tests passed |
rxin
commented
Apr 24, 2014
Thanks. I've merged this. |
Author: Sandeep <sandeep@techaddict.me> Closes#503 from techaddict/fix-79 and squashes the following commits: e3f6746 [Sandeep] Style changes 07a4f6b [Sandeep] for loop to While loop 0a6d8e9 [Sandeep] Breakable for loop to While loop (cherry picked from commit bb68f47) Signed-off-by: Reynold Xin <rxin@apache.org>
Fix bug on read-side of external sort when using Snappy. This case wasn't handled correctly and this patch fixes it.
Author: Sandeep <sandeep@techaddict.me> Closesapache#503 from techaddict/fix-79 and squashes the following commits: e3f6746 [Sandeep] Style changes 07a4f6b [Sandeep] for loop to While loop 0a6d8e9 [Sandeep] Breakable for loop to While loop
Fix bug on read-side of external sort when using Snappy. This case wasn't handled correctly and this patch fixes it. (cherry picked from commit 3d6e754) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
* Add support for config-gcc role You can use below config to enbale gcc-7: ``` roles: - role: config-gcc gcc_version: 7 ``` Close-issue: theopenlab/openlab#239 * Add periodic job for envoy and containerd This patch add the periodic jobs for envoy and containerd arm build. - containerd-build-arm64 - envoy-build-arm64
No description provided.