Sorry for missing that in the upgrade guide.  As part of unifying the Java
and Scala interfaces we got rid of the java specific row.  You are correct
in assuming that you want to use row in org.apache.spark.sql from both
Scala and Java now.

On Wed, May 13, 2015 at 2:48 AM, Emerson CastaƱeda <eme...@gmail.com> wrote:

> Hello everyone
>
> I'm adopting the latest version of Apache Spark on my project, moving from
> *1.2.x* to *1.3.x*, and the only significative incompatibility for now is
> related to the *Row *class.
>
> Any idea about what did happen to* org.apache.spark.sql.api.java.Row*
> class in Apache Spark 1.3 ?
>
>
> Migration guide on "Spark SQL and DataFrames - Spark 1.3.0 Documentation"
> does not mention anything about it.
> https://spark.apache.org/docs/1.3.1/sql-programming-guide.html#upgrading-from-spark-sql-10-12-to-13
>
>
> Looking around there is a new *Row *Interface on *org.apache.spark.sql
> package,* but I'm not 100% sure if  this is related to my question and
> about how to proceed with the upgrading,
>
> Note that this new interface *Row* was not available in the previous
> Spark's versions *1.0.0 1.1.0 1.2.0* and even *1.3.0*
>
> Thanks in ahead
>
> Emerson
>

Reply via email to