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