You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HIVE-25400: Move the offset updating in BytesColumnVector to setValPr…
…eallocated
This change moves the update to the sharedBufferOffset to setValPreallocated. It
also means the internal code also needs to call setValPreallocated rather than
use the direct access to the values.
Fixesapache#2543
Signed-off-by: Owen O'Malley <[email protected]>