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