public abstract class BaseMergeHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseMergeHelper.UpdateHandler
Consumer that dequeues records from queue and sends to Merge Handle.
|
| Constructor and Description |
|---|
BaseMergeHelper() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
runMerge(HoodieTable<?,?,?,?> table,
HoodieMergeHandle<?,?,?,?> upsertHandle)
Read records from previous version of base file and merge.
|
public abstract void runMerge(HoodieTable<?,?,?,?> table, HoodieMergeHandle<?,?,?,?> upsertHandle) throws IOException
table - Hoodie TableupsertHandle - Merge HandleIOException - in case of errorCopyright © 2023 The Apache Software Foundation. All rights reserved.