[GitHub] spark pull request #13643: [SPARK-15922][MLLIB] `toIndexedRowMatrix` should ...

2016-06-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13643 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13643: [SPARK-15922][MLLIB] `toIndexedRowMatrix` should ...

2016-06-13 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13643#discussion_r66849603 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala --- @@ -288,7 +288,7 @@ class BlockMatrix @Since("1.3.0")

[GitHub] spark pull request #13643: [SPARK-15922][MLLIB] `toIndexedRowMatrix` should ...

2016-06-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13643#discussion_r66847278 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala --- @@ -288,7 +288,7 @@ class BlockMatrix @Since("1.3.0") (

[GitHub] spark pull request #13643: [SPARK-15922][MLLIB] `toIndexedRowMatrix` should ...

2016-06-13 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/13643 [SPARK-15922][MLLIB] `toIndexedRowMatrix` should consider the case `cols < colsPerBlock` ## What changes were proposed in this pull request? SPARK-15922 reports the following