SPRKPY1016
pyspark.sql.functions.collect_set has a workaround
Category
Description
col = collect_set(colName)#EWI: SPRKPY1016 => pyspark.sql.functions.collect_set has a workaround, see documentation for more info
col = collect_set(colName)Scenario:
col = array_agg(col, True)