You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ádám Szita (Jira)" <ji...@apache.org> on 2022/11/03 09:30:00 UTC

[jira] [Assigned] (HIVE-26697) Create vectorized Hive DeleteFilter for Iceberg tables

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

Ádám Szita reassigned HIVE-26697:
---------------------------------


> Create vectorized Hive DeleteFilter for Iceberg tables
> ------------------------------------------------------
>
>                 Key: HIVE-26697
>                 URL: https://issues.apache.org/jira/browse/HIVE-26697
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Iceberg integration
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>
> Implement a DeleteFilter that changes an Iterable of VectorizedRowBatches in a way that whenever a new batch is seen in the {{next()}} method, we iterate its rows and apply the original Iceberg DeleteFilter on it. In VRBs we can utilize the {{selected}} array to mark rows as selected (not deleted), so essentially we're going to implement the {{markRowDeleted}} method.



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