Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.0
-
None
Description
Repeated Map Vector does not give correct payload byte count. It calls abstractMapVector method which gives payload byte count for a given value count for simple map (non repetitive) case. We need to overload this method for repeated map to get the right numbers.
Also, Repeated Map and Repeated List vectors implement RepeatedFixedWidthVectorLike and that causes problems when doing memory allocation with AllocationHelper routines for those vectors.