Vova Kolmakov created HUDI-7934:
-----------------------------------

             Summary: 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


[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