I was looking at updateStateByKey documentation,
It passes in a values Seq which contains values that have the same key.

I would like to know if there is any ordering to these values. My feeling is 
that there is no ordering, but maybe it does preserve RDD ordering.

Example: RDD[ (a,2), (a,3), (a,1)]
Can values be unordered like Seq ((a,3),(a,1),(a,2) ) ?

-Adrian

Reply via email to