You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Hanifi Gunes (JIRA)" <ji...@apache.org> on 2015/01/08 22:54:36 UTC

[jira] [Created] (DRILL-1961) Field definition should match the structure of ValueVector

Hanifi Gunes created DRILL-1961:
-----------------------------------

             Summary: Field definition should match the structure of ValueVector
                 Key: DRILL-1961
                 URL: https://issues.apache.org/jira/browse/DRILL-1961
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Hanifi Gunes
            Assignee: Hanifi Gunes
            Priority: Minor


Drill relies on container vectors to represent nested data types. In this case, materialized field def'n should capture the state of the container vector. Drill should either enforce synchrony between a MaterializedField and its owning ValueVector or avoid using MaterializedField as ValueVectors already represent a hierarchy of vectors which makes use of MaterializedField redundant.

An instance for this case would be TestFastComplexSchema#test3.



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