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