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