[
https://issues.apache.org/jira/browse/SPARK-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph K. Bradley resolved SPARK-6290.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
Assignee: Xiangrui Meng
Target Version/s: 1.4.0 (was: 1.3.1, 1.4.0)
> spark.ml.param.Params.checkInputColumn bug upon error
> -----------------------------------------------------
>
> Key: SPARK-6290
> URL: https://issues.apache.org/jira/browse/SPARK-6290
> Project: Spark
> Issue Type: Bug
> Components: ML
> Affects Versions: 1.3.0
> Reporter: Joseph K. Bradley
> Assignee: Xiangrui Meng
> Priority: Minor
> Fix For: 1.4.0
>
>
> In checkInputColumn, if data types do not match, it tries to print an error
> message with this in it:
> {code}
> Column param description: ${getParam(colName)}"
> {code}
> However, getParam cannot be called on the string colName; it needs the
> parameter name, which this method is not given. This causes a weird error
> which users may find hard to understand.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]