Yang Jie created SPARK-45380:
--------------------------------

             Summary: Replace mutable.WrappedArray with mutable.ArraySeq
                 Key: SPARK-45380
                 URL: https://issues.apache.org/jira/browse/SPARK-45380
             Project: Spark
          Issue Type: Sub-task
          Components: Connect, Spark Core, SQL
    Affects Versions: 4.0.0
            Reporter: Yang Jie


{code:java}
@deprecated("Use ArraySeq instead of WrappedArray; it can represent both, boxed 
and unboxed arrays", "2.13.0")
type WrappedArray[X] = ArraySeq[X]
@deprecated("Use ArraySeq instead of WrappedArray; it can represent both, boxed 
and unboxed arrays", "2.13.0")
val WrappedArray = ArraySeq {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to