We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb211a commit aeea1b4Copy full SHA for aeea1b4
1 file changed
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/MultiTablesSinkMode.java
@@ -37,7 +37,7 @@ public enum MultiTablesSinkMode implements Serializable {
37
38
public static MultiTablesSinkMode fromString(@Nullable String mode) {
39
if (mode == null) {
40
- return DIVIDED;
+ return COMBINED;
41
}
42
43
switch (mode.toLowerCase()) {
0 commit comments