Re: Compile error since Spark 1.2.0

2014-12-27 Thread Ted Yu
Please see: [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some optimizations Cheers On Sat, Dec 27, 2014 at 7:20 PM, zigen wrote: > 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. > > > b

Compile error since Spark 1.2.0

2014-12-27 Thread zigen
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