You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2014/08/06 01:47:11 UTC

[jira] [Created] (DRILL-1262) Promotion of vectors from standard to embedded vectors

Jason Altekruse created DRILL-1262:
--------------------------------------

             Summary: Promotion of vectors from standard to embedded vectors
                 Key: DRILL-1262
                 URL: https://issues.apache.org/jira/browse/DRILL-1262
             Project: Apache Drill
          Issue Type: Sub-task
            Reporter: Jason Altekruse


For cases where the schema changes frequently, such as in the json reader, we will want to allow the operators to assume regular vectors can be used until we hit a schema change, at which time the vector should be promoted to an Embedded Vector. This should be applied after checking to see if the types are compatible for implicit casting, to avoid full promotion to an Embedded vector if it is not necessary.



--
This message was sent by Atlassian JIRA
(v6.2#6252)