Skip to content

Commit

Permalink
[BugFix] [cdcsource] fix_split_bug (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackyoungh authored Jan 26, 2024
1 parent 1aa3424 commit 348e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dinky-common/src/main/java/org/dinky/utils/SplitUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class SplitUtil {
public static final String ENABLE = "enable";
public static final String MATCH_NUMBER_REGEX = "match_number_regex";
public static final String MAX_MATCH_VALUE = "match_number_regex";
public static final String MAX_MATCH_VALUE = "max_match_value";
public static final String MATCH_WAY = "match_way";

public static boolean contains(String regex, String sourceData) {
Expand Down

0 comments on commit 348e9af

Please sign in to comment.