Is your feature request related to a problem or challenge?
Implement collect_set equivalent of spark.
Note that, Spark doc explicitly mentions this for collect_set - The function is non-deterministic because the order of collected results depends on the order of the rows which may be non-deterministic after a shuffle., link.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response