[ 
https://issues.apache.org/jira/browse/SPARK-37026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429644#comment-17429644
 ] 

Apache Spark commented on SPARK-37026:
--------------------------------------

User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/34301

> Ensure the element type of ResolvedRFormula.terms is scala.Seq for Scala 2.13
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-37026
>                 URL: https://issues.apache.org/jira/browse/SPARK-37026
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>    Affects Versions: 3.3.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Major
>
> ResolvedRFormula.toString throws ClassCastException with Scala 2.13 because 
> the type of ResolvedRFormula.terms is scala.Seq[scala.Seq[String]] but 
> scala.Seq[scala.collection.mutable.ArraySeq$ofRef] will be passed.



--
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