SPRKPY1023
pyspark.sql.functions.log1p has a workaround
Category
Description
col = log1p(colName)#EWI: SPRKPY1023 => pyspark.sql.functions.log1p has a workaround, see documentation for more info
col = log1p(colName)Scenario:
col = call_function("ln",lit(1)+value)