Skip to content

Commit

Permalink
[Feature][Connector-V2]Jdbc chunk split add “snapshot.split.column” p…
Browse files Browse the repository at this point in the history
…arams apache#7794
  • Loading branch information
XenosK committed Oct 15, 2024
1 parent 0c2676b commit 7165bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ protected Column getSplitColumn(
Column column = table.columnWithName(sc);
return column;
} else {
log.warn("Config splitColumn not exists or nor unique key for table {}", tableId);
log.warn("Config splitColumn not exists or not unique key for table {}", tableId);
}

Optional<PrimaryKey> primaryKey = dialect.getPrimaryKey(jdbc, tableId);
Expand Down

0 comments on commit 7165bad

Please sign in to comment.