Skip to content

Commit 19566fe

Browse files
committed
remove latest payload from map
1 parent 8af905f commit 19566fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/EightToNineUpgradeHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ public class EightToNineUpgradeHandler implements UpgradeHandler {
9494
PostgresDebeziumAvroPayload.class.getName()));
9595
private static final Set<String> PAYLOADS_MAPPED_TO_COMMIT_TIME_MERGE_MODE = new HashSet<>(Arrays.asList(
9696
AWSDmsAvroPayload.class.getName(),
97-
OverwriteNonDefaultsWithLatestAvroPayload.class.getName(),
98-
OverwriteWithLatestAvroPayload.class.getName()));
97+
OverwriteNonDefaultsWithLatestAvroPayload.class.getName()));
9998
public static final Set<String> BUILTIN_MERGE_STRATEGIES = Collections.unmodifiableSet(
10099
new HashSet<>(Arrays.asList(
101100
COMMIT_TIME_BASED_MERGE_STRATEGY_UUID,

0 commit comments

Comments
 (0)