Description
When I run tests in DataFrameSuite with codegen on, some type mismatched error occured.
test("average") { checkAnswer( decimalData.agg(avg('a)), Row(new java.math.BigDecimal(2.0))) } type mismatch; found : Int(0) required: org.apache.spark.sql.types.DecimalType#JvmType
Attachments
Issue Links
- links to