You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Colin Ma (JIRA)" <ji...@apache.org> on 2018/01/09 01:49:00 UTC

[jira] [Created] (HIVE-18411) Fix ArrayIndexOutOfBoundsException for VectorizedListColumnReader

Colin Ma created HIVE-18411:
-------------------------------

             Summary: Fix ArrayIndexOutOfBoundsException for VectorizedListColumnReader
                 Key: HIVE-18411
                 URL: https://issues.apache.org/jira/browse/HIVE-18411
             Project: Hive
          Issue Type: Sub-task
            Reporter: Colin Ma
            Assignee: Colin Ma
            Priority: Critical


ColumnVector should be initialized to the default size at the begin of readBatch(), otherwise, ArrayIndexOutOfBoundsException will be thrown because the size of ColumnVector may be updated in the last readBatch().



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)