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)