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 2014/11/04 21:59:34 UTC

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

Ted Yu created HIVE-8729:
----------------------------

             Summary: 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)