Compile error from Spark 1.2.0

Hello , I am zigen.
I am using the Spark SQL 1.1.0.
I want to use the Spark SQL 1.2.0.

but my Spark application is a compile error.
Spark 1.1.0 had a DataType.DecimalType.
but Spark1.2.0 had not DataType.DecimalType.
Why ?

JavaDoc (Spark 1.1.0)
http://people.apache.org/~pwendell/spark-1.1.0-rc1-docs/api/java/org/apache/spark/sql/api/java/DataType.html

JavaDoc (Spark 1.2.0)
http://people.apache.org/~pwendell/spark-1.2.0-rc1-docs/api/java/org/apache/spark/sql/api/java/DataType.html

programing guild (Spark 1.2.0)
https://spark.apache.org/docs/latest/sql-programming-guide.html#spark-sql-datatype-reference


Reply via email to