Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Discovered while investigating some (probably) unrelated issue.
MapJoinBytesTableContainer was not intended to be reused, but it looks like some code might reuse it. If that happens, the dummyRow case will not work correctly (dummyRow is cleared on first(), so another call to first() will behave differently).