You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Liya Fan (JIRA)" <ji...@apache.org> on 2019/07/04 07:34:00 UTC

[jira] [Created] (ARROW-5842) [Java] Revise the semantic of lastSet in ListVector

Liya Fan created ARROW-5842:
-------------------------------

             Summary: [Java] Revise the semantic of lastSet in ListVector
                 Key: ARROW-5842
                 URL: https://issues.apache.org/jira/browse/ARROW-5842
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
            Reporter: Liya Fan
            Assignee: Liya Fan


The {{lastSet}} member in ListVector seems misleading. According to the name, it should refers to the last index that is actually set. However, from the context of the code, it actually means the next index that will be set.

We fix this problem, and make it consistent with the {{lastSet}} in {{BaseVariableWidthVector}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)