GitHub user bhargav opened a pull request:
https://github.com/apache/spark/pull/9069
[SPARK-11050][MLLIB] PySpark SparseVector can return wrong index in eâ¦
â¦rror message
For negative indices in the SparseVector, we update the index value. If we
have an incorrect index
at this point, the error message has the incorrect *updated* index instead
of the original one. This
change contains the fix for the same.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bhargav/spark spark-10759
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9069.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9069
----
commit 316acac64b31894f0e15caa6d612d57aa17402e4
Author: Bhargav Mangipudi <[email protected]>
Date: 2015-10-11T23:10:21Z
[SPARK-11050][MLLIB] PySpark SparseVector can return wrong index in error
message
For negative indices in the SparseVector, we update the index value. If we
have an incorrect index
at this point, the error message has the incorrect *updated* index instead
of the original one. This
change contains the fix for the same.
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]