You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zsolt Miskolczi (Jira)" <ji...@apache.org> on 2023/01/26 16:32:00 UTC

[jira] [Created] (HIVE-26993) VectorizedRowBatch selected should be only modified with methods to avoid invalid object state

Zsolt Miskolczi created HIVE-26993:
--------------------------------------

             Summary: VectorizedRowBatch selected should be only modified with methods to avoid invalid object state
                 Key: HIVE-26993
                 URL: https://issues.apache.org/jira/browse/HIVE-26993
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2, Vectorization
            Reporter: Zsolt Miskolczi


As it is described in HIVE-26992, using field access can result invalid object state in VectorizedRowBatch.

There is a quick fix in HIVE-26992 but on a long-term it will be a bullet-proof solution to not to allow field access directly. 

When it is solved, the extra tests added in HIVE-26992 can be removed. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)