public interface OperationModeAwareness
HoodieRecordMerger that wants to distinguish the operation mode should implement this interface.| Modifier and Type | Method and Description |
|---|---|
HoodieRecordMerger |
asPreCombiningMode()
Specifies the legacy operation mode as preCombining.
|
HoodieRecordMerger asPreCombiningMode()
The preCombining takes place in two cases: i). In memory records merging during data ingestion; ii). Log records merging for MOR reader.
Copyright © 2024 The Apache Software Foundation. All rights reserved.