Liya Fan created ARROW-5583: ------------------------------- Summary: When the isSet of a NullableValueHolder is 0, the buffer field should not be used Key: ARROW-5583 URL: https://issues.apache.org/jira/browse/ARROW-5583 Project: Apache Arrow Issue Type: Bug Components: Java Reporter: Liya Fan Assignee: Liya Fan
For each variable-width vector, like the VarCharVector, it has a set method that uses a NullableValueHolder as the input parameter. When the isSet field is set to 0, it means the value to set is null, so the buffer field of the NullableValueHolder is invalid, and should not be used. -- This message was sent by Atlassian JIRA (v7.6.3#76005)