-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Java] Fix BaseVariableWidthViewVector #44088
Copy link
Copy link
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
Fix some bug in BaseVariableWidthViewVector
- Fix handleSafe(),
while (index >= getValueCapacity())may goes into a dead loop until the validityBufferSize is overflow when dataLength == 0, - Fix copyFrom() and copyFromSafe(), the logic is wrong if
fromIndex != thisIndexor the initialCapacity of the source and target vector is different.
Component(s)
Java
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.