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)