[ 
https://issues.apache.org/jira/browse/SPARK-36685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-36685.
-----------------------------------
    Fix Version/s: 3.1.3
                   3.2.0
                   3.0.4
       Resolution: Fixed

Issue resolved by pull request 33953
[https://github.com/apache/spark/pull/33953]

> Fix wrong assert messages
> -------------------------
>
>                 Key: SPARK-36685
>                 URL: https://issues.apache.org/jira/browse/SPARK-36685
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>    Affects Versions: 2.4.8, 3.0.3, 3.2.0, 3.1.3, 3.3.0
>            Reporter: Sanket Reddy
>            Priority: Trivial
>             Fix For: 3.0.4, 3.2.0, 3.1.3
>
>
> {code:scala}
> require(numCols == mat.numCols, "The number of rows of the matrices in this 
> sequence, " + "don't match!")
> {code}
> Shall the error message be "The number of columns..."?
> This issue also appears in the open source spark:
>  
> [https://github.com/apache/spark/blob/master/mllib-local/src/main/scala/org/apache/spark/ml/linalg/Matrices.scala#L1266]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to