Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Given that secondary index can have duplicate keys, the existing
`HoodieMergedLogRecordScanner` is insufficient to handle duplicates because it depends on `ExternalSpillableMap` which can only hold unique keys. RFC should clarify how the merged log record scanner will change. We should not be leaking any details to merge handle.