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

Reynold Xin resolved SPARK-5123.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Stabilize Spark SQL data type API
> ---------------------------------
>
>                 Key: SPARK-5123
>                 URL: https://issues.apache.org/jira/browse/SPARK-5123
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 1.3.0
>
>
> Having two versions of the data type APIs (one for Java, one for Scala) 
> requires downstream libraries to also have two versions of the APIs if the 
> library wants to support both Java and Scala. I took a look at the Scala 
> version of the data type APIs - it can actually work out pretty well for Java 
> out of the box. 
> The proposal is to move Spark SQL data type definitions from 
> org.apache.spark.sql.catalyst.types into org.apache.spark.sql.types, and make 
> the existing Scala type API usable in Java.



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

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

Reply via email to