You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/12/01 19:33:11 UTC

[jira] [Updated] (SPARK-11780) Provide type aliases in org.apache.spark.sql.types for backwards compatibility

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

Michael Armbrust updated SPARK-11780:
-------------------------------------
    Target Version/s: 1.6.0

> Provide type aliases in org.apache.spark.sql.types for backwards compatibility
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-11780
>                 URL: https://issues.apache.org/jira/browse/SPARK-11780
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Santiago M. Mola
>
> With SPARK-11273, ArrayData, MapData and others were moved from  org.apache.spark.sql.types to org.apache.spark.sql.catalyst.util.
> Since this is a backward incompatible change, it would be good to provide type aliases from the old package (deprecated) to the new one.
> For example:
> {code}
> package object types {
>    @deprecated
>    type ArrayData = org.apache.spark.sql.catalyst.util.ArrayData
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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