Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The NullableIterator used by DictionaryArray.keys calls ArrayData.is_null without taking the offset of that ArrayData into account. It would probably be better if ArrayData itself handled the offset in that method.
The iterator implementation could now also be replaced with the PrimitiveIter that was recently added