Skip to content
  • Bhargav Mangipudi's avatar
    1ec0a0dc
    [SPARK-11050] [MLLIB] PySpark SparseVector can return wrong index in e… · 1ec0a0dc
    Bhargav Mangipudi authored
    …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.
    
    Author: Bhargav Mangipudi <bhargav.mangipudi@gmail.com>
    
    Closes #9069 from bhargav/spark-10759.
    1ec0a0dc
    [SPARK-11050] [MLLIB] PySpark SparseVector can return wrong index in e…
    Bhargav Mangipudi authored
    …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.
    
    Author: Bhargav Mangipudi <bhargav.mangipudi@gmail.com>
    
    Closes #9069 from bhargav/spark-10759.
Loading