[
https://issues.apache.org/jira/browse/HUDI-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vova Kolmakov closed HUDI-7934.
-------------------------------
Resolution: Fixed
Fixed via master branch: c67cb42846bf0370627f9fb28ab4da25a7dcd403
> 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
> Labels: pull-request-available
>
> [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)