Imagine we have a vector in Pyspark and we want to filter by the values that are greater than another. For example we have
m = DenseVector([1,2,3,4,5]).
Imagine we