Closed carabolic closed 8 years ago
I got a ConcurrentModificationException from the zipWithRowIndex method, specifically from the tmp.sort(...) method.
ConcurrentModificationException
zipWithRowIndex
tmp.sort(...)
Unfortunately I was not able to reproduce this behaviour.
Seems to be fixed with https://github.com/stratosphere/incubator-systemml/commit/fcfe90ba7bb978abeed5891bf04ce0df1537e253
I got a
ConcurrentModificationException
from thezipWithRowIndex
method, specifically from thetmp.sort(...)
method.Unfortunately I was not able to reproduce this behaviour.