Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Feb 29, 2024
1 parent e4a24f6 commit b5e0b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public DorisRecord serialize(String record, JsonNode recordRoot, String op) thro
JsonDebeziumChangeUtils.getDorisTableIdentifier(
cdcTableIdentifier, dorisOptions, tableMapping);
if (StringUtils.isNullOrWhitespaceOnly(dorisTableIdentifier)) {
LOG.debug(
LOG.warn(
"filter table {}, because it is not listened, record detail is {}",
cdcTableIdentifier,
record);
Expand Down

0 comments on commit b5e0b7c

Please sign in to comment.