[
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: [email protected]
For additional commands, e-mail: [email protected]