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/12 08:32:00 UTC

[jira] [Created] (ARROW-5918) [Java] Revise the BaseIntVector interface

Liya Fan created ARROW-5918:
-------------------------------

             Summary: [Java] Revise the BaseIntVector interface
                 Key: ARROW-5918
                 URL: https://issues.apache.org/jira/browse/ARROW-5918
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
            Reporter: Liya Fan


1. In the set method should not use long as parameter. It is hardly the case that there are more than 2^32 distinct values in a dictionary. If it really happens, maybe it means we should not have used dictionary in the first place. 

2. In addition to the get method, there should also be a set method. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)