We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af905f commit 19566feCopy full SHA for 19566fe
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/EightToNineUpgradeHandler.java
@@ -94,8 +94,7 @@ public class EightToNineUpgradeHandler implements UpgradeHandler {
94
PostgresDebeziumAvroPayload.class.getName()));
95
private static final Set<String> PAYLOADS_MAPPED_TO_COMMIT_TIME_MERGE_MODE = new HashSet<>(Arrays.asList(
96
AWSDmsAvroPayload.class.getName(),
97
- OverwriteNonDefaultsWithLatestAvroPayload.class.getName(),
98
- OverwriteWithLatestAvroPayload.class.getName()));
+ OverwriteNonDefaultsWithLatestAvroPayload.class.getName()));
99
public static final Set<String> BUILTIN_MERGE_STRATEGIES = Collections.unmodifiableSet(
100
new HashSet<>(Arrays.asList(
101
COMMIT_TIME_BASED_MERGE_STRATEGY_UUID,
0 commit comments