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
