Hi, I have a set of rows that are a result of a groupBy(col1,col2,col3).count().
Is it possible to map rows belong to unique combination inside an iterator? e.g col1 col2 col3 a 1 a1 a 1 a2 b 2 b1 b 2 b2 how can I separate rows with col1 and col2 = (a,1) and (b,2)? regards, Imran -- I.R