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

Vova Kolmakov updated HUDI-7934:
--------------------------------
    Status: In Progress  (was: Open)

> RocksDBDAO prefixDelete function doesn't delete the last entry
> --------------------------------------------------------------
>
>                 Key: HUDI-7934
>                 URL: https://issues.apache.org/jira/browse/HUDI-7934
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Vova Kolmakov
>            Assignee: Vova Kolmakov
>            Priority: Minor
>
> [https://github.com/apache/hudi/issues/11075]
> getRocksDB().delete(lastEntry.getBytes());
> should be changed to
> getRocksDB().delete(managedHandlesMap.get(columnFamilyName), 
> lastEntry.getBytes());
> And UT (TestRocksDBDAO) must be fixed appropriately.



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

Reply via email to