Skip to content
Snippets Groups Projects
Commit da46b77a authored by MechCoder's avatar MechCoder Committed by Xiangrui Meng
Browse files

[SPARK-10082][MLLIB] Validate i, j in apply DenseMatrices and SparseMatrices

Given row_ind should be less than the number of rows
Given col_ind should be less than the number of cols.

The current code in master gives unpredictable behavior for such cases.

Author: MechCoder <manojkumarsivaraj334@gmail.com>

Closes #8271 from MechCoder/hash_code_matrices.
parent 04521ea0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment