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