das-developers/das2java

DataSetIterator when non-qube dataset contains empty datasets

Closed this issue · 2 comments

Corentin had a case where the QubeDataSetIterator couldn't iterate over the data, because it contained empty datasets. Quite a bit of care was needed to check for these cases and to advance properly, and I think the problem is fixed now. However I'm running across things that don't work, and there should be a ticket to record impacts.

Issues so far have been trivial cases or where a debug test was left in.

I'm running through the tests and this seems to have been fixed.