Hi,
I have a question regarding the Delta Iteration.
I basically want to iterate as long as the former and the new calculated set
are different. Stop if they are the same.
Right now I get a result set that has entries with duplicate „row“ indices
which should not be the case.
I guess I am doing
The easier way to debug this would be have prints in the
projectjoinresultmapper and see what data you are getting. It is possible
your original dataset has duplicate rows ?
On Thu, Mar 17, 2016 at 6:36 PM, Lydia Ickler
wrote:
> Hi,
> I have a question regarding the Delta Iteration.
> I basicall