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

[jira] [Created] (DRILL-2198) Vectors re-allocation fails for large records

Hanifi Gunes created DRILL-2198:
-----------------------------------

             Summary: Vectors re-allocation fails for large records
                 Key: DRILL-2198
                 URL: https://issues.apache.org/jira/browse/DRILL-2198
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Hanifi Gunes
            Priority: Minor


In many places we reallocate vectors without making sure that there is enough space after reallocation. This causes problem for large records that won't fit into buffer even after reallocating once. We should keep re-allocating until there is enough space for writing the record. 



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