SPRKSCL1135
org.apache.spark.sql.functions.mean has a workaround.
Description
Input code
val result = mean("columnName")Output code
/*EWI: SPRKSCL1135 => org.apache.spark.sql.functions.mean has a workaround, see documentation for more info*/
val result = mean("columnName")Scenarios
val result = mean(col("columnName"))