Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.1.0
-
None
-
Unknown
Description
GIVEN comma delimited set of records
AND unmarshal using flatpack data format
AND process the resulting DataSetList once
AND split the DataSetLISt
THEN split finds no records
In earlier versions iterator() method of DataSetList was calling dataSet.goTop() to reset iterator position. That line is gone in 4.1.0. As a quick fix we should consider bringing it back back. However, we might do some redesign of DataSet iterators to make it more thread safe in some future release.