You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2015/02/02 23:01:34 UTC

[jira] [Created] (DRILL-2142) Refactor complex value vector classes

Mehant Baid created DRILL-2142:
----------------------------------

             Summary: Refactor complex value vector classes
                 Key: DRILL-2142
                 URL: https://issues.apache.org/jira/browse/DRILL-2142
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mehant Baid
            Assignee: Mehant Baid


Currently we have one base class for the complex vectors. AbstractContainerVector is the base class for RepeatedListVector, RepeatedMapVector and MapVector. However lot of the functionality related to maps in AbstractContainerVector is not needed by RepeatedListVector. In this patch I would like to move all the map related logic to a new base class called AbstractMapVector which would be used by RepeatedMap and Map classes. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)