SPRKPY1020
pyspark.sql.functions.instr has a workaround
Category
Description
col = instr(colName, strValue)#EWI: SPRKPY1020 => pyspark.sql.functions.instr has a workaround, see documentation for more info
col = instr(colName, strValue)Scenario:
col = charindex(strValue, colName)