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

sivabalan narayanan updated HUDI-8449:
--------------------------------------
    Parent Issue: HUDI-8714  (was: HUDI-8713)

> Fix deletion of record from FILES partition on empty files list
> ---------------------------------------------------------------
>
>                 Key: HUDI-8449
>                 URL: https://issues.apache.org/jira/browse/HUDI-8449
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: metadata
>            Reporter: sivabalan narayanan
>            Assignee: Lin Liu
>            Priority: Blocker
>             Fix For: 1.0.1
>
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> When entire file list becomes empty for a given partition(delete partition), 
> we need to get rid of the entire record from FILES partition. 
>  
> This is what is happening as of now
> for eg: 
> all_partitions: p1, p2, p3
> p1: f1, f2
> p2: f3, f4
> p3: f5, f6
>  
> After p2 is deleted, 
>  
> all_partitions: p1, p3
> p1: f1, f2
> p2: [empty]
> p3: f5, f6
>  
> So, the record for P2 still exists in FILES partition. 
> Lets follow up and fix it. 



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

Reply via email to