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/04/07 04:32:12 UTC

[jira] [Updated] (DRILL-2611) Value vectors report invalid value count

     [ https://issues.apache.org/jira/browse/DRILL-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hanifi Gunes updated DRILL-2611:
--------------------------------
    Summary: Value vectors report invalid value count  (was: Fixed length value vectors report invalid value count)

> Value vectors report invalid value count
> ----------------------------------------
>
>                 Key: DRILL-2611
>                 URL: https://issues.apache.org/jira/browse/DRILL-2611
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types
>            Reporter: Hanifi Gunes
>            Assignee: Hanifi Gunes
>            Priority: Critical
>             Fix For: 0.9.0
>
>
> We maintain an exclusive value count variable in fixed vectors however we don't update it upon calling set/Safe. Accessor reports the value count from the variable ignoring values that are already in the buffer or written via set/Safe. This causes execution failures manifested as IOOB when underlying data is sparse. We should either remove the variable and report value count directly investigating the buffer if not computationally expensive or update the variable each time we make a write to the vector.



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