[
https://issues.apache.org/jira/browse/HIVE-29160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Seonggon Namgung resolved HIVE-29160.
-------------------------------------
Fix Version/s: 4.2.0
Resolution: Fixed
> Replace forward() in vectorized operators with vectorForward().
> ---------------------------------------------------------------
>
> Key: HIVE-29160
> URL: https://issues.apache.org/jira/browse/HIVE-29160
> Project: Hive
> Issue Type: Bug
> Reporter: Seonggon Namgung
> Assignee: Seonggon Namgung
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.2.0
>
>
> I found that VectorAMEventOperator and VectorPTFOperator use the raw
> forward() instead of vectorForward(). Since using forward() in a vectorized
> operator leads to an incorrect count of processed rows and may cause wrong
> results when there are multiple child operators, these calls should be
> updated to use the proper version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)