I believe this is a bug in RowRecordAggregate. The bug resides in the fact that when asked to "getRow(rowNum)" the comparison in the HashMap is made by Objects comparison instead of row numbers comparison. Greetz Tal
Created attachment 1873 [details] cvs diff file
Created attachment 1874 [details] ooops forgot to add @author in the last one
Glen, as I understand it you had concerns with this patch? Have they been resolved? Tal, is this patch against 1.5 or against the head? Are you intending for it to be applied and appear in 2.0 or a possible later 1.5 bugfix release? Once I get confirmation from you gentlemen on these issues I'll apply and commit. Thanks, Andy
Did I? I don't recall. Been a bit slow keeping up with this stuff lately. This will change soon.
I had problems, and they havent been resolved. I'll get to them later today.
OK, I'll make sure Tal looks at this and tells me what version he intended it for and then I'll apply.
changed RowRecordAggregate to use treemap rather than hashmap. Did not use the comparator.