我想计算温度的平均值。然后我创建了一个名为“mean”的UDAF。我按照书中建议的步骤进行操作并得到了NoMatchingMethodException。FAILED:NoMatchingMethodExceptionNomatchingmethodforclasscom.zzy.hadoopbook.hive.Meanwith(double).Possiblechoices:_FUNC_(struct)这是我的HiveQL:DROPTABLEIFEXISTSrecords3;CREATETABLErecords3(yearSTRING,temperatureDOUBLE,qualit