Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.13.0
-
None
-
None
Description
copyFrom and copyFromSafe methods of repeated value vectors do not update the value count after values are copied. We update before the copy starts. Offset vector value count is updated correctly. But, values vector value count is not updated. So, writer index for values vector will have wrong value and we get index out of bounds error when trying to read after copy. This problem is seen when we do split and transfer of repeated value vector.