| Package | Description |
|---|---|
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
static TimelineUtils.HollowCommitHandling |
TimelineUtils.HollowCommitHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineUtils.HollowCommitHandling[] |
TimelineUtils.HollowCommitHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieTimeline |
TimelineUtils.handleHollowCommitIfNeeded(HoodieTimeline completedCommitTimeline,
HoodieTableMetaClient metaClient,
TimelineUtils.HollowCommitHandling handlingMode)
Handles hollow commit as per
HoodieCommonConfig.INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT
and return filtered or non-filtered timeline for incremental query to run against. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.