Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, BytesColumnVector will allocate a buffer for small values (< 1mb), but fail with:
new RuntimeException("Overflow of newLength. smallBuffer.length=" + smallBuffer.length + ", nextElemLength=" + nextElemLength);
if the aggregate size of the buffer crosses over 1gb.