Santiago M. Mola created SPARK-11780:
----------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]