You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/01/07 08:27:39 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15086989#comment-15086989 ] 

Apache Spark commented on SPARK-11780:
--------------------------------------

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

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