Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17721][MLlib][backport] Fix for multiplying transposed SparseMatrix with SparseVector - #15311
Closed
bwahlgreen wants to merge 2 commits into
Closed
[SPARK-17721][MLlib][backport] Fix for multiplying transposed SparseMatrix with SparseVector#15311bwahlgreen wants to merge 2 commits into
bwahlgreen wants to merge 2 commits into
Conversation
srowen
commented
Sep 30, 2016
Member
Jenkins add to whitelist |
SparkQA
commented
Sep 30, 2016
Test build #66168 has finished for PR 15311 at commit
|
jkbradley
commented
Sep 30, 2016
Member
LGTM, merging with branch-1.6 and branch-1.5 |
jkbradley
commented
Sep 30, 2016
Member
Actually, before I merge, could you please update the PR title to match the other PR's title, but with a [backport] tag? |
rxin
commented
Oct 1, 2016
Contributor
+1 on updating the title. The current title doesn't really explain what the pr is. |
bwahlgreen
commented
Oct 1, 2016
ContributorAuthor
there 😄 |
jkbradley
commented
Oct 2, 2016
Member
Perfect, thanks! Merging now |
asfgit pushed a commit
that referenced
this pull request
Oct 2, 2016
…atrix with SparseVector Backport PR of changes relevant to mllib only, but otherwise identical to #15296 jkbradley Author: Bjarne Fruergaard <bwahlgreen@gmail.com> Closes#15311 from bwahlgreen/bugfix-spark-17721-1.6.
asfgit pushed a commit
that referenced
this pull request
Oct 2, 2016
…atrix with SparseVector Backport PR of changes relevant to mllib only, but otherwise identical to #15296 jkbradley Author: Bjarne Fruergaard <bwahlgreen@gmail.com> Closes#15311 from bwahlgreen/bugfix-spark-17721-1.6. (cherry picked from commit 376545e) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
jkbradley
commented
Oct 4, 2016
Member
Since this is a backport, you'll need to close this manually. Thanks! |
zzcclp pushed a commit
to zzcclp/spark
that referenced
this pull request
Oct 8, 2016
…atrix with SparseVector Backport PR of changes relevant to mllib only, but otherwise identical to apache#15296 jkbradley Author: Bjarne Fruergaard <bwahlgreen@gmail.com> Closesapache#15311 from bwahlgreen/bugfix-spark-17721-1.6. (cherry picked from commit 376545e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport PR of changes relevant to mllib only, but otherwise identical to #15296
@jkbradley