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