[ 
https://issues.apache.org/jira/browse/HIVE-26697?focusedWorklogId=824928&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-824928
 ]

ASF GitHub Bot logged work on HIVE-26697:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Nov/22 13:11
            Start Date: 10/Nov/22 13:11
    Worklog Time Spent: 10m 
      Work Description: szlta opened a new pull request, #3747:
URL: https://github.com/apache/hive/pull/3747

   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.




Issue Time Tracking
-------------------

            Worklog Id:     (was: 824928)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to