You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/02/01 03:27:34 UTC

[jira] [Resolved] (HIVE-8729) VectorizedRowBatch#selected is not restored upon exception in VectorFilterOperator#processOp()

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

Ted Yu resolved HIVE-8729.
--------------------------
    Resolution: Later

> VectorizedRowBatch#selected is not restored upon exception in VectorFilterOperator#processOp()
> ----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-8729
>                 URL: https://issues.apache.org/jira/browse/HIVE-8729
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> Here is related code:
> {code}
>     int [] selectedBackup = vrg.selected;
>     vrg.selected = temporarySelected;
> ...
>     if (vrg.size > 0) {
>       forward(vrg, null);
>     }
> {code}
> If forward() throws exception, selected is not restored.



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