SPRKPY1015
pyspark.sql.functions.atanh has a workaround
Category
Description
col = atanh(colName)#EWI: SPRKPY1015 => pyspark.sql.functions.atanh has a workaround, see documentation for more info
col = atanh(colName)Scenario:
col = call_function("atanh", colName)