SPRKPY1022
pyspark.sql.functions.log10 has a workaround
Category
Description
col = log10(colName)#EWI: SPRKPY1022 => pyspark.sql.functions.log10 has a workaround, see documentation for more info
col = log10(colName)Scenario:
col = log(lit(10),colName)Recommendation
Last updated
